Update for magic words and special pages localisation for extensions from http://translatewiki.net.

This commit is contained in:
Siebrand Mazeland 2011-09-13 13:33:40 +00:00
parent 1ccc5e64a2
commit 060bd892d0

View file

@ -178,6 +178,11 @@ $specialPageAliases['zh-hans'] = array(
'ContributionScores' => array( '贡献得分' ),
);
/** Traditional Chinese (‪中文(繁體)) */
$specialPageAliases['zh-hant'] = array(
'ContributionScores' => array( '貢獻得分' ),
);
/**
* For backwards compatibility with MediaWiki 1.15 and earlier.
*/