CategoryTree: Special page aliases should store in zh-hant instead of zh-tw

Bug: T286291
Change-Id: I7b13b5989a9ad635f4be0006a4a9dc06f25c58aa
This commit is contained in:
Winston Sung 2023-04-05 16:54:24 +00:00
parent 70b9f42872
commit ed6b81e502

View file

@ -510,8 +510,3 @@ $specialPageAliases['zh-hans'] = [
$specialPageAliases['zh-hant'] = [
'CategoryTree' => [ '分類樹' ],
];
/** Chinese (Taiwan) (中文(台灣)) */
$specialPageAliases['zh-tw'] = [
'CategoryTree' => [ '分類樹' ],
];