On Fri, 2008-07-18 at 22:33 +0200, Torsten Bronger wrote:
> 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?
> 

You have to make them different at the English level as well then.
Gettext always merges identical source strings.

Regards,
Malcolm



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