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:
Yevhen Popok 2024-07-26 15:32:49 +03:00 committed by Ashley Wulber
parent 69507a3ee9
commit e49e61f288

View file

@ -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} хвилин тому
}