Russell Keith-Magee wrote:
> This should be fairly easy to extend to a 1,2,3,4,... case; in your 
> dolphin case, something like delfin{{ num_delfinov|pluralize:",a,i,ov"}}
> 
> (excuse my Slovenian if I've messed up your example :-)

The problem is that it's not 1, 2, 3, 4 and others :-). For Russian it's:

1 form, if it ends with 1 but excluding 11
2 form, if it ends with 2, 3, 4 but excluding 12, 13, 14
3 form, for everything else and all previous exclusions.

So this is not compatible with English at all because 21 and 1 should 
work the same in Russian but different in English. May be other slavic 
languages have their forms and exceptions also.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to