Localisation updates from https://translatewiki.net.
Change-Id: Id702aab9a008d9373f60b2dc1cb5b440a097e3a6
This commit is contained in:
parent
7a39a076ff
commit
f46bc9211f
|
@ -379,6 +379,11 @@ $specialPageAliases['yue'] = array(
|
||||||
'Contact' => array( '聯絡' ),
|
'Contact' => array( '聯絡' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/** Chinese (中文) */
|
||||||
|
$specialPageAliases['zh'] = array(
|
||||||
|
'Contact' => array( '联系', '联络', '聯繫', '聯係', '聯絡' ),
|
||||||
|
);
|
||||||
|
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['zh-hans'] = array(
|
$specialPageAliases['zh-hans'] = array(
|
||||||
'Contact' => array( '联系' ),
|
'Contact' => array( '联系' ),
|
||||||
|
|
Loading…
Reference in New Issue