Amire80 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/323394
Change subject: Fix incorrect Ukrainian special page alias
......................................................................
Fix incorrect Ukrainian special page alias
A comma was probably written in translatewiki.net's Special:Magic,
and interpreted as a separator. This creates two aliases,
this first meaning "Users", and the second "_who_will_be_renamed".
Since they are both problematic, I'm removing them and replacing
them with one correct string (without a comma).
Change-Id: Iddbf85cf0b8eeed1f98a9db66806df53a1783d58
---
M CentralAuth.alias.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/94/323394/1
diff --git a/CentralAuth.alias.php b/CentralAuth.alias.php
index c6d808d..b1b63e6 100644
--- a/CentralAuth.alias.php
+++ b/CentralAuth.alias.php
@@ -830,7 +830,7 @@
'GlobalGroupPermissions' => array( 'Права_глобальних_груп' ),
'WikiSets' => array( 'Набори_вікі' ),
'GlobalUsers' => array( 'Глобальні_користувачі' ),
- 'UsersWhoWillBeRenamed' => array( 'Користувачі',
'_що_будуть_перейменовані' ),
+ 'UsersWhoWillBeRenamed' => array( 'Користувачі_що_будуть_перейменовані'
),
);
/** Urdu (اردو) */
--
To view, visit https://gerrit.wikimedia.org/r/323394
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddbf85cf0b8eeed1f98a9db66806df53a1783d58
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits