Patch #1635

Plural form for ru.yml

Added by Azamat Hackimov 55 days ago. Updated 47 days ago.

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.

ru.yml.patch - plural form for russian (534 Bytes) Azamat Hackimov, 2008-07-14 12:58

ru.yml.patch (29.4 KB) Azamat Hackimov, 2008-07-18 18:19

ru.yml.patch (30.7 KB) Azamat Hackimov, 2008-07-22 16:14

ru.yml.patch - ru.yml r1699 (31.4 KB) Azamat Hackimov, 2008-07-26 22:23

ru.yml.patch (31.5 KB) Azamat Hackimov, 2008-08-05 19:38

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-15 19:48 - Azamat Hackimov

One quesion. How to refresh .yml file with new gloc rule?

2008-07-18 18:19 - Azamat Hackimov

Patch to r1675, including fixes, spelling and plural forms.

2008-07-22 16:14 - Azamat Hackimov

Patch to r1684.

Added missed plural form and localized time and date format

2008-07-26 22:23 - Azamat Hackimov

patch to r1699 with new string

2008-08-05 19:38 - Azamat Hackimov

patch to r1715 with new string

Also available in: Atom PDF