Revision history  [back]

You might have forgotten to compile the messages:

cd askbot  #or wherever askbot code is actually installed
python manage.py compilemessages

Note that - this works best if you have installed Askbot in the development mode (with python setup.py develop)

Secondly - translations need to be loaded by the application in order to work. You might need to restart the server's python process or the webserver.

You might have forgotten to compile the messages:

cd askbot  #or wherever askbot code is actually installed
python manage.py compilemessages

Note that - this works best if you have installed Askbot in the development mode (with python setup.py develop)

Secondly - translations need to be loaded by the application in order to work. You might need to restart the server's python process or the webserver.