i18n(notifications): 'Just now' instead of '0 minutes ago' (#1153)
This commit is contained in:
parent
0c3fd9571a
commit
5587877e74
1 changed files with 10 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue