jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/398019 )
Change subject: Add Abkhazian namespace translation ...................................................................... Add Abkhazian namespace translation Author: <https://www.mediawiki.org/wiki/User:Surprizi> Bug: T182654 Change-Id: If953006f9d98b1e2bdc727f51c2770ffce67b838 --- M Scribunto.namespaces.php 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Nikerabbit: Looks good to me, approved diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index 50af826..2ec0477 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -13,6 +13,11 @@ 829 => 'Module_talk', ]; +$namespaceNames['ab'] = [ + 828 => 'Амодуль', + 829 => 'Амодуль_ахцәажәара', +]; + $namespaceNames['an'] = [ 828 => 'Módulo', 829 => 'Descusión_módulo', -- To view, visit https://gerrit.wikimedia.org/r/398019 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If953006f9d98b1e2bdc727f51c2770ffce67b838 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Jackmcbarn <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
