i18n(notifications): 'Just now' instead of '0 minutes ago' (#1153)

This commit is contained in:
lorduskordus 2025-11-20 00:32:46 +01:00 committed by GitHub
parent 0c3fd9571a
commit 5587877e74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,13 @@
hours-ago = { $duration } { $duration -> hours-ago = { $duration ->
[one] hour [0] Just now
*[other] hours [one] 1 hour ago
} ago *[other] { $duration } hours ago
minutes-ago = { $duration } { $duration -> }
[one] minute minutes-ago = { $duration ->
*[other] minutes [0] Just now
} ago [one] 1 minute ago
*[other] { $duration } minutes ago
}
show-less = Show less show-less = Show less
show-more = Show {$more} more show-more = Show {$more} more
clear-group = Clear group clear-group = Clear group