From b5ada653397dfd39c19c2876f1284c7e4713f21b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 20 Oct 2008 15:56:01 +0000 Subject: [PATCH] Localisation updates for extension special page aliases from Betawiki --- ContributionScores.alias.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ContributionScores.alias.php b/ContributionScores.alias.php index ff7accd..e3b282c 100644 --- a/ContributionScores.alias.php +++ b/ContributionScores.alias.php @@ -27,6 +27,11 @@ $aliases['arz'] = array( 'ContributionScores' => array( 'نتايج_المساهمة' ), ); +/** Hebrew (עברית) */ +$aliases['he'] = array( + 'ContributionScores' => array( 'ניקוד_התורמים' ), +); + /** Hungarian (Magyar) */ $aliases['hu'] = array( 'ContributionScores' => array( 'Szerkesztési pontok' ),