From 060bd892d02939d8f34a2a20f66fa47ea87bc156 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 13 Sep 2011 13:33:40 +0000 Subject: [PATCH] Update for magic words and special pages localisation for extensions from http://translatewiki.net. --- ContributionScores.alias.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ContributionScores.alias.php b/ContributionScores.alias.php index 6204fff..5bd6fff 100644 --- a/ContributionScores.alias.php +++ b/ContributionScores.alias.php @@ -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. */