mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +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: Ib1654b0d419584d434efabaa76cf3baf87da7e40
This commit is contained in:
parent
03117a2ec3
commit
8fc575a0a2
|
@ -173,12 +173,12 @@ $specialPageAliases['zh'] = [
|
|||
'Thanks' => [ '感谢', '感謝' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'Thanks' => [ '感谢' ],
|
||||
];
|
||||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'Thanks' => [ '感謝' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue