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