Liangent has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60975


Change subject: Fix 5a2030dd for namespace names in zh and yue (zh-yue)
......................................................................

Fix 5a2030dd for namespace names in zh and yue (zh-yue)

* zh names are dropped to use fallback.
* zh-yue is renamed to yue, with talk namespace name added.

Change-Id: I9b0e0e5ab03a70bcbbc052ef4e6c753574e73e13
---
M Scribunto.namespaces.php
1 file changed, 2 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/75/60975/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 1cd9a1e..42f2e74 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -241,8 +241,9 @@
        829 => 'Thảo_luận_Mô_đun',
 );
 
-$namespaceNames['zh'] = array(
+$namespaceNames['yue'] = array(
        828 => '模組',
+       829 => '模組討論',
 );
 
 $namespaceNames['zh-hans'] = array(
@@ -253,8 +254,4 @@
 $namespaceNames['zh-hant'] = array(
        828 => '模組',
        829 => '模組討論',
-);
-
-$namespaceNames['zh-yue'] = array(
-       828 => '模組',
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/60975
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b0e0e5ab03a70bcbbc052ef4e6c753574e73e13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Liangent <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to