mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Remove LEFT-TO-RIGHT MARK (U+200E) from comments
'LEFT-TO-RIGHT MARK' (U+200E) is not needed in the source code comments. c8caf26ffd9 removed already the LRM/RLM from Names.php in core. Change-Id: If77c8135b1d4b6dee0331e1c6297ebd7e7d7f1f7
This commit is contained in:
parent
67775f19a4
commit
6582f334ed
|
@ -93,12 +93,12 @@ $specialPageAliases['ml'] = [
|
|||
'Captcha' => [ 'ക്യാപ്ച' ],
|
||||
];
|
||||
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
$specialPageAliases['sr-ec'] = [
|
||||
'Captcha' => [ 'ПотврдниКод', 'Потврдни_код' ],
|
||||
];
|
||||
|
||||
/** Serbian (Latin script) (srpski (latinica)) */
|
||||
/** Serbian (Latin script) (srpski (latinica)) */
|
||||
$specialPageAliases['sr-el'] = [
|
||||
'Captcha' => [ 'PotvrdniKod', 'Potvrdni_kod' ],
|
||||
];
|
||||
|
@ -118,12 +118,12 @@ $specialPageAliases['yue'] = [
|
|||
'Captcha' => [ '驗證碼' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'Captcha' => [ '验证码' ],
|
||||
];
|
||||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'Captcha' => [ '驗證碼', '認證碼' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue