From ed6b81e502e0b0928026be9eca0299e4fd36a0c5 Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Wed, 5 Apr 2023 16:54:24 +0000 Subject: [PATCH] CategoryTree: Special page aliases should store in zh-hant instead of zh-tw Bug: T286291 Change-Id: I7b13b5989a9ad635f4be0006a4a9dc06f25c58aa --- CategoryTree.alias.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CategoryTree.alias.php b/CategoryTree.alias.php index d2537205..02df3c73 100644 --- a/CategoryTree.alias.php +++ b/CategoryTree.alias.php @@ -510,8 +510,3 @@ $specialPageAliases['zh-hans'] = [ $specialPageAliases['zh-hant'] = [ 'CategoryTree' => [ '分類樹' ], ]; - -/** Chinese (Taiwan) (中文(台灣)) */ -$specialPageAliases['zh-tw'] = [ - 'CategoryTree' => [ '分類樹' ], -];