MarcoAurelio has uploaded a new change for review. https://gerrit.wikimedia.org/r/280442
Change subject: Gadgets namespaces for Asturian (ast) ...................................................................... Gadgets namespaces for Asturian (ast) Translations courtesy of Zato-ino <https://ast.wikipedia.org/wiki/Usuariu:Zato-ino> (<https://ast.wikipedia.org/?oldid=1000412#Traducci.C3.B3n_de_espacio_de_nombres>) Bug: T131025 Change-Id: Icc07f537339c13acd13602486cba7730ce39586e --- M Gadgets.namespaces.php 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gadgets refs/changes/42/280442/1 diff --git a/Gadgets.namespaces.php b/Gadgets.namespaces.php index d1b89b7..00385e0 100644 --- a/Gadgets.namespaces.php +++ b/Gadgets.namespaces.php @@ -23,6 +23,13 @@ NS_GADGET_DEFINITION_TALK => 'نقاش_تعريف_الإضافة', ); +$namespaceNames['ast'] = array( + NS_GADGET => 'Accesoriu', + NS_GADGET_TALK => 'Accesoriu_alderique', + NS_GADGET_DEFINITION => 'Accesoriu_definición', + NS_GADGET_DEFINITION_TALK => 'Accesoriu_definición_alderique', +); + $namespaceNames['azb'] = array( NS_GADGET => 'آلت', NS_GADGET_TALK => 'آلت_دانیشیغی', -- To view, visit https://gerrit.wikimedia.org/r/280442 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc07f537339c13acd13602486cba7730ce39586e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Gadgets Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
