Echo: Special page aliases should not store in zh

Bug: T286291
Change-Id: I5462120b1bc9dbf8935bf00751932426e5afad10
This commit is contained in:
Winston Sung 2023-03-22 03:08:59 +00:00
parent 842b09ed97
commit 26ea547a9b

View file

@ -264,11 +264,6 @@ $specialPageAliases['vi'] = [
'Notifications' => [ 'Thông_báo' ],
];
/** Chinese (中文) */
$specialPageAliases['zh'] = [
'Notifications' => [ '通知' ],
];
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'Notifications' => [ '通知' ],