We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc59284 commit eb6ac89Copy full SHA for eb6ac89
cosmic-applet-notifications/i18n/en/cosmic_applet_notifications.ftl
@@ -1,3 +1,9 @@
1
-hours-ago = {$duration} Hours Ago
2
-minutes-ago = {$duration} Minutes Ago
+hours-ago = { NUMBER($duration) ->
+ [1] 1 Hour Ago
3
+ *[other] {$duration} Hours Ago
4
+}
5
+minutes-ago = { NUMBER($duration) ->
6
+ [1] 1 Minute Ago
7
+ *[other] {$duration} Minutes Ago
8
9
clear-all = Clear All Notifications
0 commit comments