Patch #1635
Plural form for ru.yml
| Status: | New | Start: | 2008-07-14 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Translations | |||
| Target version: | 0.8 | |||
Description
According GLoc documentation plural form string for russian language should be
@
_gloc_rule_default: '|n| n10=n%10; n100=n%100; (n10==1 && n100!=11) ? "_1" : (n10>=2 && n10<=4 && (n100<10 || n100>=20) ? "_2" : "_5") '
@
Patch included.
History
2008-07-14 14:25 - Azamat Hackimov
Or :)
_gloc_rule_default: '|n| n10=n%10; n100=n%100; (n10==1 && n100!=11) ? "" : (n10>=2 && n10<=4 && (n100<10 || n100>=20) ? "_plural2" : "_plural5") '
I have not tested properly.
2008-07-18 18:19 - Azamat Hackimov
- File ru.yml.patch added
Patch to r1675, including fixes, spelling and plural forms.
2008-07-22 16:14 - Azamat Hackimov
- File ru.yml.patch added
- Target version set to 0.8
Patch to r1684.
Added missed plural form and localized time and date format