mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Add Simplified Chinese special page aliases
Change-Id: Idb7fd3e8d793c41716c6baf5e196a8968d17eb42
(cherry picked from commit cdf5801d4d
)
This commit is contained in:
parent
f2dda06a17
commit
9870a8919d
|
@ -72,3 +72,11 @@ $specialPageAliases['ur'] = [
|
|||
'GoToComment' => [ 'تبصرہ_پر_جائیں' ],
|
||||
'DiscussionToolsDebug' => [ 'آلات_گفتگو_کی_خرابی_کا_ازالہ' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'TopicSubscriptions' => [ '话题订阅' ],
|
||||
'FindComment' => [ '查找留言' ],
|
||||
'GoToComment' => [ '转到留言' ],
|
||||
'DiscussionToolsDebug' => [ '讨论工具调试' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue