Ukrainian translation: use "[one]" plural category
For Ukrainian language "[one]" plural category covers multiple digits (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …). It must be used instead of "[1]" in COSMIC translation files. Source: https://cldr.unicode.org/index/cldr-spec/plural-rules
This commit is contained in:
parent
69507a3ee9
commit
e49e61f288
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 годину тому
|
||||
[one] {$duration} годину тому
|
||||
[few] {$duration} години тому
|
||||
*[other] {$duration} годин тому
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 хвилину тому
|
||||
[one] {$duration} хвилину тому
|
||||
[few] {$duration} хвилини тому
|
||||
*[other] {$duration} хвилин тому
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue