Remove U+200E (LRM) from comments

Change-Id: I7a0b0df2b11155fd3e702f2cc510256cc648eb3d
This commit is contained in:
Fomafix 2018-09-24 22:15:51 +02:00
parent 7d2aa4a596
commit 08d1224c73

View file

@ -222,12 +222,12 @@ $specialPageAliases['scn'] = [
'Notifications' => [ 'Notifiche' ], 'Notifications' => [ 'Notifiche' ],
]; ];
/** Serbian (Cyrillic script) (српски (ћирилица)) */ /** Serbian (Cyrillic script) (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [ $specialPageAliases['sr-ec'] = [
'Notifications' => [ 'Обавештења' ], 'Notifications' => [ 'Обавештења' ],
]; ];
/** Serbian (Latin script) (srpski (latinica)) */ /** Serbian (Latin script) (srpski (latinica)) */
$specialPageAliases['sr-el'] = [ $specialPageAliases['sr-el'] = [
'Notifications' => [ 'Obaveštenja' ], 'Notifications' => [ 'Obaveštenja' ],
]; ];
@ -264,12 +264,12 @@ $specialPageAliases['zh'] = [
'Notifications' => [ '通知' ], 'Notifications' => [ '通知' ],
]; ];
/** Simplified Chinese (中文(简体)) */ /** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [ $specialPageAliases['zh-hans'] = [
'Notifications' => [ '通知' ], 'Notifications' => [ '通知' ],
]; ];
/** Traditional Chinese (中文(繁體)) */ /** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [ $specialPageAliases['zh-hant'] = [
'Notifications' => [ '通知' ], 'Notifications' => [ '通知' ],
]; ];