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.
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
f
2 matches
Mail list logo