mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
CategoryTree: Special page aliases should store in zh-hant instead of zh-tw
Bug: T286291 Change-Id: I7b13b5989a9ad635f4be0006a4a9dc06f25c58aa
This commit is contained in:
parent
70b9f42872
commit
ed6b81e502
|
@ -510,8 +510,3 @@ $specialPageAliases['zh-hans'] = [
|
||||||
$specialPageAliases['zh-hant'] = [
|
$specialPageAliases['zh-hant'] = [
|
||||||
'CategoryTree' => [ '分類樹' ],
|
'CategoryTree' => [ '分類樹' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Chinese (Taiwan) (中文(台灣)) */
|
|
||||||
$specialPageAliases['zh-tw'] = [
|
|
||||||
'CategoryTree' => [ '分類樹' ],
|
|
||||||
];
|
|
||||||
|
|
Loading…
Reference in a new issue