Skip to content

Commit 1159ac9

Browse files
committed
i18n(ar): syntax error
1 parent 4f4355c commit 1159ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
hours-ago = { NUMBER($duration) ->
1+
hours-ago = { $duration ->
22
  [1] قبل ساعة
33
  *[other] قبل {$duration} ساعة
44
}
5-
minutes-ago = { NUMBER($duration) ->
5+
minutes-ago = { $duration ->
66
  [1] قبل دقيقة
77
  *[other] قبل {$duration} دقيقة
88
}

0 commit comments

Comments
 (0)