#17065: Plural forms are broken in (at least) Russian .po
-------------------------------------+-------------------------------------
     Reporter:  desh                 |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Translations         |                  Version:  1.3
     Severity:  Normal               |               Resolution:
     Keywords:  locale plural        |             Triage Stage:
  russian                            |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by glezos):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 We generally follow the Unicode standard, which states four plural forms
 in total:

 http://unicode.org/repos/cldr-
 tmp/trunk/diff/supplemental/language_plural_rules.html

 {{{
 one → n mod 10 is 1 and n mod 100 is not 11;
 few → n mod 10 in 2..4 and n mod 100 not in 12..14;
 many → n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14;
 other → everything else
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17065#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to