Patch #1635
closed
Added by Azamat Hackimov over 16 years ago.
Updated about 16 years ago.
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.
Files
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.
One quesion. How to refresh .yml file with new gloc rule?
Patch to r1675, including fixes, spelling and plural forms.
Patch to r1684.
Added missed plural form and localized time and date format
patch to r1699 with new string
patch to r1715 with new string
- Status changed from New to Closed
- Assignee changed from Jean-Philippe Lang to Azamat Hackimov
- % Done changed from 0 to 100
Also available in: Atom
PDF