Add Simplified Chinese special page aliases

Change-Id: Idb7fd3e8d793c41716c6baf5e196a8968d17eb42
This commit is contained in:
xtex 2024-06-29 17:37:10 +08:00
parent edb23dc849
commit cdf5801d4d
No known key found for this signature in database
GPG key ID: B918086ED8045B91

View file

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