After the migration to the new django version from 1.2 I have found that my localization in templates does not work. I have tried to recompile *.mo files - it's seems that translation data have been right processed but it did not helped.
May be somebody know this issue? Or may be, somebody know how to discover it? I even don't know how to reconstruct django locale environment in shell script.
How can I receive something like this in shell:
>> import django.utils.translation
>> django.utils.translation.gettext("some text that exists in locale/de/LC_MESSAGES/django.po")
>> "translated text"