mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Update for magic words and special pages localisation for extensions from http://translatewiki.net.
This commit is contained in:
parent
142af41182
commit
c03f0d642e
Notes:
Siebrand Mazeland
2011-09-13 13:33:40 +00:00
|
@ -63,11 +63,16 @@ $specialPageAliases['ml'] = array(
|
|||
'Captcha' => array( 'ക്യാപ്ച' ),
|
||||
);
|
||||
|
||||
/** Serbian Cyrillic ekavian (Српски (ћирилица)) */
|
||||
/** Serbian (Cyrillic script) (Српски (ћирилица)) */
|
||||
$specialPageAliases['sr-ec'] = array(
|
||||
'Captcha' => array( 'Потврдни_код' ),
|
||||
);
|
||||
|
||||
/** Cantonese (粵語) */
|
||||
$specialPageAliases['yue'] = array(
|
||||
'Captcha' => array( '驗證碼' ),
|
||||
);
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = array(
|
||||
'Captcha' => array( '验证码' ),
|
||||
|
|
Loading…
Reference in a new issue