Hi,
I am trying to translate my Django project in Norwegian Bokmål (code “nb”), but when I open the admin interface the Django admin strings are shown in Norwegian, while my strings are shown in English, even if I created a .po file, generated a .mo file, the locale middleware is on and the other settings seems fine. Funny thing is that if I set LANGUAGE_CODE to ‘nb’ then the whole interface is in Norwegian.
Why does it seems that Django is ignoring my translated string? How to debug that, given that I have no error at all?
Thanks for your help!