Add Simplified Chinese special page aliases

Change-Id: Idb7fd3e8d793c41716c6baf5e196a8968d17eb42
(cherry picked from commit cdf5801d4d)
This commit is contained in:
xtex 2024-06-29 17:37:10 +08:00 committed by XtexChooser
parent f2dda06a17
commit 9870a8919d

View file

@ -72,3 +72,11 @@ $specialPageAliases['ur'] = [
'GoToComment' => [ 'تبصرہ_پر_جائیں' ],
'DiscussionToolsDebug' => [ 'آلات_گفتگو_کی_خرابی_کا_ازالہ' ],
];
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'TopicSubscriptions' => [ '话题订阅' ],
'FindComment' => [ '查找留言' ],
'GoToComment' => [ '转到留言' ],
'DiscussionToolsDebug' => [ '讨论工具调试' ],
];