mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-24 00:07:16 +00:00
* (bug 11120) Update Chinese extension translations
Patches by Shinjiman
This commit is contained in:
parent
c58914fce2
commit
9748f5e3b2
Notes:
Raimond Spekking
2010-04-07 18:54:28 +00:00
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue