mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
Echo: Special page aliases should not store in zh
Bug: T286291 Change-Id: I5462120b1bc9dbf8935bf00751932426e5afad10
This commit is contained in:
parent
842b09ed97
commit
26ea547a9b
|
@ -264,11 +264,6 @@ $specialPageAliases['vi'] = [
|
||||||
'Notifications' => [ 'Thông_báo' ],
|
'Notifications' => [ 'Thông_báo' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Chinese (中文) */
|
|
||||||
$specialPageAliases['zh'] = [
|
|
||||||
'Notifications' => [ '通知' ],
|
|
||||||
];
|
|
||||||
|
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['zh-hans'] = [
|
$specialPageAliases['zh-hans'] = [
|
||||||
'Notifications' => [ '通知' ],
|
'Notifications' => [ '通知' ],
|
||||||
|
|
Loading…
Reference in a new issue