jenkins-bot has submitted this change and it was merged.

Change subject: Add Chinese namespace names
......................................................................


Add Chinese namespace names

Change-Id: I0165d3f9a518334b716f57923346ce743bbdbfcc
---
M Scribunto.namespaces.php
1 file changed, 10 insertions(+), 0 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index faa6d83..4c67f99 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -21,3 +21,13 @@
        828 => 'יחידה',
        829 => 'שיחת_יחידה',
 );
+
+$namespaceNames['zh-hans'] = array(
+       828 => '模块',
+       829 => '模块讨论',
+);
+
+$namespaceNames['zh-hant'] = array(
+       828 => '模組',
+       829 => '模組討論',
+);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0165d3f9a518334b716f57923346ce743bbdbfcc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Liangent <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to