> For full i18n pluralization use: > > (from http://www.djangoproject.com/documentation/i18n/#pluralization) > [ > {% blocktrans count list|counted as counter %} > There is only one {{ name }} object. > {% plural %} > There are {{ counter }} {{ name }} objects. > {% endblocktrans %} > ] > > And in sl/django(js).po file add: > > (from > http://www.gnu.org/software/gettext/manual/html_chapter/gettext_10.html#SEC150) > [ > Four forms, special case for one and all numbers ending in 02, 03, or 04 > The header entry would look like this: > > Plural-Forms: nplurals=4; \ > plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3; > > Languages with this property include: > > Slavic family > Slovenian > ] > > You can look for example in sr translation because current sl translation > don't have > Plural-Forms defined. > > -- > Neboj¹a Ðorðeviæ - nesh
Hvala Neboj¹a! Unfortunately, I believe there's a couple of caveats still here, but this is definitely a source to investigate! Regards, -- Carlos Yoder http://carlitosyoder.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---