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:
anterdc99 2024-01-07 16:55:25 +08:00
parent 6ea2080d64
commit 2c556dc642
No known key found for this signature in database
GPG key ID: D3E6E8F14A854560

View file

@ -276,9 +276,13 @@ $specialPageAliases['vi'] = [
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'Notifications' => [ '通知' ],
'DisplayNotificationsConfiguration' => [ '显示通知配置' ],
'NotificationsMarkRead' => [ '标记通知为已读' ],
];
/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'Notifications' => [ '通知' ],
'DisplayNotificationsConfiguration' => [ '顯示通知設定' ],
'NotificationsMarkRead' => [ '標記通知為已讀' ],
];