Defect #8096
Wrong plural form selection for russian localization.
| Status: | New | Start date: | 2011-04-07 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | I18n | |||
| Target version: | - | |||
| Affected version: | 1.1.1 | Resolution: |
Description
Plural form translated in ru.yml correct, but wrong form selected.
Detected for version 1.1.1+, in my local installation and on redmine.org.
History
#1 Updated by Etienne Massip about 2 years ago
Could you give some examples, please ?
#2 Updated by Алексей Лошкарёв about 2 years ago
- File 8096_Example.png added
It's seems what for russian language used plural formula for english.
#3 Updated by Алексей Лошкарёв about 2 years ago
for number "1" used plural form "one"
for other numbers used plural form "other"
but russian language have four forms
one,few,many,other
#4 Updated by Sergei Danilov over 1 year ago
#5 Updated by Алексей Лошкарёв 8 months ago
I am use solution from
http://stackoverflow.com/questions/6166064/i18n-pluralization
It's work fine for me
Can You include this in next release.