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 ->
[one] hour
*[other] hours
} ago
minutes-ago = { $duration } { $duration ->
[one] minute
*[other] minutes
} ago
hours-ago = { $duration ->
[0] Just now
[one] 1 hour ago
*[other] { $duration } hours ago
}
minutes-ago = { $duration ->
[0] Just now
[one] 1 minute ago
*[other] { $duration } minutes ago
}
show-less = Show less
show-more = Show {$more} more
clear-group = Clear group