Skip to content

Commit 4f4355c

Browse files
committed
i18n(sk): matches must have a default variant
1 parent a428f97 commit 4f4355c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hours-ago = { NUMBER($duration) ->
22
  [1] قبل ساعة
3-
  *[other] قبل {\$duration} ساعة
3+
  *[other] قبل {$duration} ساعة
44
}
55
minutes-ago = { NUMBER($duration) ->
66
  [1] قبل دقيقة

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ hours-ago = { $duration } { $duration ->
22
[one] hodinu
33
[few] hodiny
44
[many] hodín
5-
[other] hodín
5+
*[other] hodín
66
} dozadu
77
minutes-ago = { $duration } { $duration ->
88
[one] minútu
99
[few] minúty
1010
[many] minút
11-
[other] minút
11+
*[other] minút
1212
} dozadu
1313
show-less = Zobraziť menej
1414
show-more = Zobraziť ešte {$more}

0 commit comments

Comments
 (0)