On Fri, 2008-04-25 at 14:45 +0200, Boris Ozegovic wrote: > Croatian language has many declination rules, and therefore, only two > meta rules (verbose_name and verbose_name_plural) aren't enough. Can > I somehow modified translation rules, and have exact model word on > exact admin pages. for example, if model name is 'robot', can i have > > 'dodaj robota' on first page, and 'robot je promijenjen' on some other > > in English: > 'add robot' and 'robot has changed'
No, you can't. At least, not without changing Django's source, I suspect. Translation of plural verbose names for models is fairly fiddly to implement correctly internally. It may end up being one of those areas that is never quite perfect, but there's still some work we want to do there before getting to that stage. Regards, Malcolm -- Monday is an awful way to spend 1/7th of your life. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

