Skip to content

Commit a428f97

Browse files
committed
i18n(ar): fix another syntax error
1 parent c87deb0 commit a428f97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cosmic-applet-notifications/i18n/ar/cosmic_applet_notifications.ftl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
hours-ago = { NUMBER(\$duration) ->
2-
  \[1] قبل ساعة
3-
  \*\[other] قبل {\$duration} ساعة
1+
hours-ago = { NUMBER($duration) ->
2+
  [1] قبل ساعة
3+
  *[other] قبل {\$duration} ساعة
44
}
5-
minutes-ago = { NUMBER(\$duration) ->
6-
  \[1] قبل دقيقة
7-
  \*\[other] قبل {\$duration} دقيقة
5+
minutes-ago = { NUMBER($duration) ->
6+
  [1] قبل دقيقة
7+
  *[other] قبل {$duration} دقيقة
88
}
99
show-less = عرض أقل
10-
show-more = عرض المزيد ({\$more})
10+
show-more = عرض المزيد ({$more})
1111
clear-group = مسح المجموعة
1212
clear-all = مسح كل الإشعارات
1313
do-not-disturb = عدم الإزعاج

0 commit comments

Comments
 (0)