Update for magic words and special pages localisation for extensions from http://translatewiki.net.
This commit is contained in:
parent
1ccc5e64a2
commit
060bd892d0
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue