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:
Fomafix 2022-08-27 08:48:49 +00:00
parent 67775f19a4
commit 6582f334ed

View file

@ -93,12 +93,12 @@ $specialPageAliases['ml'] = [
'Captcha' => [ 'ക്യാപ്ച' ], 'Captcha' => [ 'ക്യാപ്ച' ],
]; ];
/** Serbian (Cyrillic script) (српски (ћирилица)) */ /** Serbian (Cyrillic script) (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [ $specialPageAliases['sr-ec'] = [
'Captcha' => [ 'ПотврдниКод', отврдни_код' ], 'Captcha' => [ 'ПотврдниКод', отврдни_код' ],
]; ];
/** Serbian (Latin script) (srpski (latinica)) */ /** Serbian (Latin script) (srpski (latinica)) */
$specialPageAliases['sr-el'] = [ $specialPageAliases['sr-el'] = [
'Captcha' => [ 'PotvrdniKod', 'Potvrdni_kod' ], 'Captcha' => [ 'PotvrdniKod', 'Potvrdni_kod' ],
]; ];
@ -118,12 +118,12 @@ $specialPageAliases['yue'] = [
'Captcha' => [ '驗證碼' ], 'Captcha' => [ '驗證碼' ],
]; ];
/** Simplified Chinese (中文(简体)) */ /** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [ $specialPageAliases['zh-hans'] = [
'Captcha' => [ '验证码' ], 'Captcha' => [ '验证码' ],
]; ];
/** Traditional Chinese (中文(繁體)) */ /** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [ $specialPageAliases['zh-hant'] = [
'Captcha' => [ '驗證碼', '認證碼' ], 'Captcha' => [ '驗證碼', '認證碼' ],
]; ];