summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/Echo.alias.php')
-rw-r--r--Echo/Echo.alias.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/Echo/Echo.alias.php b/Echo/Echo.alias.php
index 606688d0..193e00df 100644
--- a/Echo/Echo.alias.php
+++ b/Echo/Echo.alias.php
@@ -222,11 +222,16 @@ $specialPageAliases['scn'] = [
'Notifications' => [ 'Notifiche' ],
];
-/** Serbian (Cyrillic script) (српски (ћирилица)‎) */
+/** Serbian (Cyrillic script) (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [
'Notifications' => [ 'Обавештења' ],
];
+/** Serbian (Latin script) (srpski (latinica)) */
+$specialPageAliases['sr-el'] = [
+ 'Notifications' => [ 'Obaveštenja' ],
+];
+
/** Swedish (svenska) */
$specialPageAliases['sv'] = [
'Notifications' => [ 'Meddelanden' ],
@@ -240,6 +245,8 @@ $specialPageAliases['uk'] = [
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'Notifications' => [ 'اطلاعات' ],
+ 'DisplayNotificationsConfiguration' => [ 'ترتیب_نمائش_اطلاعات' ],
+ 'NotificationsMarkRead' => [ 'اطلاعات_کی_خواندہ_نشان_زدگی' ],
];
/** Venetian (vèneto) */
@@ -257,12 +264,12 @@ $specialPageAliases['zh'] = [
'Notifications' => [ '通知' ],
];
-/** Simplified Chinese (中文(简体)‎) */
+/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'Notifications' => [ '通知' ],
];
-/** Traditional Chinese (中文(繁體)‎) */
+/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'Notifications' => [ '通知' ],
];