From 26ea547a9bf9b3906eeee5d5d99ae7ab78c825f6 Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Wed, 22 Mar 2023 03:08:59 +0000 Subject: [PATCH] Echo: Special page aliases should not store in zh Bug: T286291 Change-Id: I5462120b1bc9dbf8935bf00751932426e5afad10 --- Echo.alias.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Echo.alias.php b/Echo.alias.php index 61b6c319e..a648bbd8f 100644 --- a/Echo.alias.php +++ b/Echo.alias.php @@ -264,11 +264,6 @@ $specialPageAliases['vi'] = [ 'Notifications' => [ 'Thông_báo' ], ]; -/** Chinese (中文) */ -$specialPageAliases['zh'] = [ - 'Notifications' => [ '通知' ], -]; - /** Simplified Chinese (中文(简体)) */ $specialPageAliases['zh-hans'] = [ 'Notifications' => [ '通知' ],