mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Remove U+200E (LRM) from comments
Change-Id: I7a0b0df2b11155fd3e702f2cc510256cc648eb3d
This commit is contained in:
parent
7d2aa4a596
commit
08d1224c73
|
@ -222,12 +222,12 @@ $specialPageAliases['scn'] = [
|
|||
'Notifications' => [ 'Notifiche' ],
|
||||
];
|
||||
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
$specialPageAliases['sr-ec'] = [
|
||||
'Notifications' => [ 'Обавештења' ],
|
||||
];
|
||||
|
||||
/** Serbian (Latin script) (srpski (latinica)) */
|
||||
/** Serbian (Latin script) (srpski (latinica)) */
|
||||
$specialPageAliases['sr-el'] = [
|
||||
'Notifications' => [ 'Obaveštenja' ],
|
||||
];
|
||||
|
@ -264,12 +264,12 @@ $specialPageAliases['zh'] = [
|
|||
'Notifications' => [ '通知' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'Notifications' => [ '通知' ],
|
||||
];
|
||||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'Notifications' => [ '通知' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue