Update for magic words and special pages localisation for extensions from http://translatewiki.net.
This commit is contained in:
@@ -178,6 +178,11 @@ $specialPageAliases['zh-hans'] = array(
|
|||||||
'ContributionScores' => array( '贡献得分' ),
|
'ContributionScores' => array( '贡献得分' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/** Traditional Chinese (中文(繁體)) */
|
||||||
|
$specialPageAliases['zh-hant'] = array(
|
||||||
|
'ContributionScores' => array( '貢獻得分' ),
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For backwards compatibility with MediaWiki 1.15 and earlier.
|
* For backwards compatibility with MediaWiki 1.15 and earlier.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user