Could someone please be kind to explain to me how the pluralize logic works in django? a.) pluralize template filter b.) Meta.verbose_name_plural
As default, I am expecting the pluralize to convert "country" to "countries". For exapmle, this doesn't happen in admin so I define the verbose_name_plural in the Meta inner class. Its straightforward to implement a function that can seemlessly handle this correctly as default, even if it was to read the pluralization rules from a rules.<language_code> files or something equivalent. Regards, -Alen --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---