Hey everyone, got a little problem with the trans tag:
In one of my apps, I've got a translation marker in a template saying "All dates", which is translated in the apps PO file for German (de) to "Alle Termine". But on the frontend I see "Alle Daten", which comes from the German translation file of django.contrib.admin. (I've rebuilt my translation files and recompiled them just to be perfectly sure that "Alle Daten" is not in there) Is there any way to define which translation catalog (domain?) the trans tag uses first? If not, why does it prefer Django admin's translations over my own in the templates of my application? Thanks for any help! Fabian -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.