Add Chinese namespace names

Change-Id: I0165d3f9a518334b716f57923346ce743bbdbfcc
This commit is contained in:
Liangent 2013-02-28 14:50:33 +08:00
parent c8163a5fe7
commit cb09e3e20c

View file

@ -21,3 +21,13 @@ $namespaceNames['he'] = array(
828 => 'יחידה',
829 => יחת_יחידה',
);
$namespaceNames['zh-hans'] = array(
828 => '模块',
829 => '模块讨论',
);
$namespaceNames['zh-hant'] = array(
828 => '模組',
829 => '模組討論',
);