jenkins-bot has submitted this change and it was merged. Change subject: Add Russian special page aliases and magic words for Ukrainian for backwards compatibility ......................................................................
Add Russian special page aliases and magic words for Ukrainian for backwards compatibility Bug: T39314 Change-Id: I962c3a5e370e8d018f616f1c791d694f0fa7908e --- M CategoryTree.alias.php M CategoryTree.i18n.magic.php 2 files changed, 2 insertions(+), 2 deletions(-) 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/CategoryTree.alias.php b/CategoryTree.alias.php index 043be2a..5fc1591 100644 --- a/CategoryTree.alias.php +++ b/CategoryTree.alias.php @@ -459,7 +459,7 @@ /** Ukrainian (українська) */ $specialPageAliases['uk'] = [ - 'CategoryTree' => [ 'Дерево_категорій' ], + 'CategoryTree' => [ 'Дерево_категорій', 'Дерево_категорий' ], ]; /** Urdu (اردو) */ diff --git a/CategoryTree.i18n.magic.php b/CategoryTree.i18n.magic.php index 00bc553..a01d967 100644 --- a/CategoryTree.i18n.magic.php +++ b/CategoryTree.i18n.magic.php @@ -223,7 +223,7 @@ /** Ukrainian (українська) */ $magicWords['uk'] = [ - 'categorytree' => [ 0, 'деревокатегорій' ], + 'categorytree' => [ 0, 'деревокатегорій', 'деревокатегорий' ], ]; /** Urdu (اردو) */ -- To view, visit https://gerrit.wikimedia.org/r/323392 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I962c3a5e370e8d018f616f1c791d694f0fa7908e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CategoryTree Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Siebrand <[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
