Re: i18n and overriding django.auth translations

2014-09-03 Thread paul . connell
Well, it's a real situation - I removed the django.admin app from settings.py and then my translations worked - it's a basic occlusion - the django.admin translations seem to be used before my own translations when django.admin is enabled and my application has strings like 'Password' in them.

Re: i18n and overriding django.auth translations

2014-09-02 Thread Avraham Serour
is this a theoretical question or did you try and it is not working? On Tue, Sep 2, 2014 at 1:26 PM, wrote: > I've got some basic translations working in de_de (German), but it seems > that django has brought it's own translations along for the ride after I > compile.

i18n and overriding django.auth translations

2014-09-02 Thread paul . connell
I've got some basic translations working in de_de (German), but it seems that django has brought it's own translations along for the ride after I compile. I has not translated 'Password' in my locale files but DJango is doing it automatically (I assume from the django.admin module?). That's