Merge "Echo: Special page aliases should not store in zh"

This commit is contained in:
jenkins-bot 2023-03-27 13:36:12 +00:00 committed by Gerrit Code Review
commit b53e13b05a

View file

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