Adrian closed the bug because he doesn't understand the problem. I
think that's because I'm not a native English speaker so my description
is a bit buggy. Could anyone else give a better description and reopen
the ticket?

The problem is:
You can translate model names by using:

class Example(models.model):
    ...
    class Meta:
        verbose_name = _('example')
        verbose_name_plural = _('examples')

But how do I translate a *module* name? Module names appear inside the
admin interface but do not get translated.

If it's still unclear and foggy, please ask me for more hints on what I
mean.

Cheers, Rudolph


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" 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-I18N
-~----------~----~----~----~------~----~------~--~---

Reply via email to