Gergő Tisza has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/220851

Change subject: Add non-translatable alias for Special:CentralLogin
......................................................................

Add non-translatable alias for Special:CentralLogin

The lack of this alias breaks at least the CentralAuth vagrant role (it prints
a warning about not finding any alias which breaks the redirect chain).

Bug: T101193
Change-Id: Idecc43dbf91ffaf6aa781fd6f4df74f35930ff58
---
M CentralAuth.notranslate-alias.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/51/220851/1

diff --git a/CentralAuth.notranslate-alias.php 
b/CentralAuth.notranslate-alias.php
index 5ead4a3..933926e 100644
--- a/CentralAuth.notranslate-alias.php
+++ b/CentralAuth.notranslate-alias.php
@@ -17,4 +17,5 @@
        // Localizing Special:CentralAutoLogin causes issues (bug 54195) and is 
of
        // miniscule benefit to users, so don't do so.
        'CentralAutoLogin' => array( 'CentralAutoLogin' ),
+       'CentralLogin' => array( 'CentralLogin' ),
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/220851
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idecc43dbf91ffaf6aa781fd6f4df74f35930ff58
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza <gti...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to