Search code examples
djangotranslationdjango-i18ndjango-rosetta

Does not update translations in rosetta for Django


I have some translations in rosetta and it have worked. Now I need to update some of those trasnlations. I have done it in rosetta adminstrator and checked it in .po file, and are ok.

Now, I compile the .po file, django-admin.py compilemessages -l en, and the file compiles, later I restart the server. The problem is that the changes are not showed.

What is wrong? Is some command missing?


Solution

  • Was my bad, rosetta worked perfect, there was translations through CMS (mezzanine). Sorry,