From 9748f5e3b28d48f300a64673ace49dbda9b01c40 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 30 Aug 2007 10:55:14 +0000 Subject: [PATCH] * (bug 11120) Update Chinese extension translations Patches by Shinjiman --- SpecialEditcount.i18n.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/SpecialEditcount.i18n.php b/SpecialEditcount.i18n.php index 9563c9c..ee655b4 100644 --- a/SpecialEditcount.i18n.php +++ b/SpecialEditcount.i18n.php @@ -18,12 +18,12 @@ function efSpecialEditcountMessages() { ), /* Arabic (Meno25) */ -'ar' => array( -'editcount' => 'عداد المساهمات', -'editcount_username' => 'مستخدم:', -'editcount_submit' => 'تنفيذ', -'editcount_total' => 'الإجمالي', -), + 'ar' => array( + 'editcount' => 'عداد المساهمات', + 'editcount_username' => 'مستخدم:', + 'editcount_submit' => 'تنفيذ', + 'editcount_total' => 'الإجمالي', + ), // German by Leon Weber 'de' => array( @@ -154,6 +154,7 @@ function efSpecialEditcountMessages() { ); /* Chinese defaults, fallback to zh-hans or zh-hant */ + $messages['zh'] = $messages['zh-hans']; $messages['zh-cn'] = $messages['zh-hans']; $messages['zh-hk'] = $messages['zh-hant']; $messages['zh-cn'] = $messages['zh-hans'];