#14129: Fix Slovenian translation plural-forms
----------------------------------------+-----------------------------------
               Reporter:  gasperzejn    |         Owner:  jezdez
                 Status:  new           |     Milestone:  1.3   
              Component:  Translations  |       Version:  1.2   
             Resolution:                |      Keywords:        
           Triage Stage:  Accepted      |     Has patch:  1     
    Needs documentation:  0             |   Needs tests:  0     
Patch needs improvement:  0             |  
----------------------------------------+-----------------------------------

Comment (by gasperzejn):

 No, this isn't correct. The plural forms need shuffling around using this
 pseudocode assignment:

 {{{
 msgstr[0] = msgstr[3]
 msgstr[1] = msgstr[0]
 msgstr[2] = msgstr[1]
 msgstr[3] = msgstr[2]
 }}}

 Thanks.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14129#comment:11>
Django <http://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