0

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?

Seanny123
  • 8,776
  • 13
  • 68
  • 124
Java Developer
  • 172
  • 1
  • 2
  • 10

2 Answers2

0

Check "fuzzy" flag and file permissions.

Ilya
  • 1,349
  • 11
  • 16
0

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

Java Developer
  • 172
  • 1
  • 2
  • 10