Hallöchen!

In one of my models, I have

from django.utils.translation import ugettext_lazy as _

...
    class Meta:
        verbose_name = _("sample series")
        verbose_name_plural = _("sample series")

However in German, both strings will be different.  How do I do
that?

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: [EMAIL PROTECTED]


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

Reply via email to