Ok, I see. Those messages are actually in javascript. As strange as it sounds, but the best way to fix this is to migrate askbot to django 1.4. It cannot be done very quickly though. I will try to address this issue early next week, if not migrate to 1.4, but at least extract the strings for the translation correctly.
Evgeny ( 2012-09-16 17:41:11 -0500 )edit@Evgeny I translate atm the German language files. I downloaded from Transiflex the *.po Mainfile moved it to /usr/local/lib/python2.6/dist-packages/askbot/locale/de/LC_MESSAGES (renamed it to django.po). Then I run "python setup_templates/manage.py compilemessages" in "/usr/local/lib/python2.6/dist-packages/askbot", all *.po files are processing ... restart the webserver (apache with mod_wsgi) ... akbot is fully broken (500er http errors, all sites). I move my backup files back, recompile, restart webserver, still broken. Any Ideas? (Is the dev-version OK for a production usage?)
Edur ( 2012-09-17 10:52:37 -0500 )edit