jenkins-bot has submitted this change and it was merged. Change subject: Add Russian special page aliases for Ukrainian for backwards compatibility ......................................................................
Add Russian special page aliases for Ukrainian for backwards compatibility Bug: T39314 Change-Id: I5327ebb524ee9c2853f4b130fcf76bfe46f2b250 --- M Echo.alias.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Nikerabbit: Looks good to me, but someone else must approve Thiemo Mättig (WMDE): Looks good to me, approved jenkins-bot: Verified diff --git a/Echo.alias.php b/Echo.alias.php index 22ae8d0..432a0c1 100644 --- a/Echo.alias.php +++ b/Echo.alias.php @@ -228,7 +228,7 @@ /** Ukrainian (українська) */ $specialPageAliases['uk'] = array( - 'Notifications' => array( 'Сповіщення' ), + 'Notifications' => array( 'Сповіщення', 'Уведомления' ), ); /** Urdu (اردو) */ -- To view, visit https://gerrit.wikimedia.org/r/323418 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5327ebb524ee9c2853f4b130fcf76bfe46f2b250 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
