mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
Add Chinese namespace names
Change-Id: I0165d3f9a518334b716f57923346ce743bbdbfcc
This commit is contained in:
parent
c8163a5fe7
commit
cb09e3e20c
|
@ -21,3 +21,13 @@ $namespaceNames['he'] = array(
|
|||
828 => 'יחידה',
|
||||
829 => 'שיחת_יחידה',
|
||||
);
|
||||
|
||||
$namespaceNames['zh-hans'] = array(
|
||||
828 => '模块',
|
||||
829 => '模块讨论',
|
||||
);
|
||||
|
||||
$namespaceNames['zh-hant'] = array(
|
||||
828 => '模組',
|
||||
829 => '模組討論',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue