mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Add aliases for Simplified & Traditional Chinese
What: * Added aliases of Special:DisplayNotificationsConfiguration * Added aliases of Special:NotificationsMarkRead Change-Id: I8145a4ddd5ee975819980edbf7ee4f4996e7a50b
This commit is contained in:
parent
6ea2080d64
commit
2c556dc642
|
@ -276,9 +276,13 @@ $specialPageAliases['vi'] = [
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['zh-hans'] = [
|
$specialPageAliases['zh-hans'] = [
|
||||||
'Notifications' => [ '通知' ],
|
'Notifications' => [ '通知' ],
|
||||||
|
'DisplayNotificationsConfiguration' => [ '显示通知配置' ],
|
||||||
|
'NotificationsMarkRead' => [ '标记通知为已读' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Traditional Chinese (中文(繁體)) */
|
/** Traditional Chinese (中文(繁體)) */
|
||||||
$specialPageAliases['zh-hant'] = [
|
$specialPageAliases['zh-hant'] = [
|
||||||
'Notifications' => [ '通知' ],
|
'Notifications' => [ '通知' ],
|
||||||
|
'DisplayNotificationsConfiguration' => [ '顯示通知設定' ],
|
||||||
|
'NotificationsMarkRead' => [ '標記通知為已讀' ],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue