Java Developer
Java Developer

Reputation: 172

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?

Upvotes: 0

Views: 414

Answers (2)

Java Developer
Java Developer

Reputation: 172

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

Upvotes: 0

Ilya
Ilya

Reputation: 1399

Check "fuzzy" flag and file permissions.

Upvotes: 0

Related Questions