I am in the process of translating Askbot in Greek. I am almost finished, I have already followed the relative instructions, but from time to time I get latest from askbot's repo, so I need again to run jinja2_makemessages to generate .po file including translation pairs for newly added messages. Particularly, in my local (windows) environment I run :
c:\askbot_work\askbot> python c:\askbot_work\askbot\myGreekProject\manage.py jinja2_makemessages --no-wrap -l el -e html,py,txt
where askbot_work is my root folder (containing also the build folder), and myGreekProject is where manage.py lives and from there I run runserver.
Unfortunately, after this step, a lot of my pairs have got commented out like this
#~ msgid "by date"
#~ msgstr "ημερομηνία"
and all the meta information that appeared with the pair (like source file/line) has gone. This, of course, results a lot of messages appear again in English. I tried this but messages are still commented out.
As a workaround I just go and delete those #~ in the file, but I guess there must be a more proper, maintainable solution.
Thanks in advance!
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-04 16:28:30 -0500
Seen: 42 times
Last updated: Apr 04 '12
Should added comments bump question to the top of the recently active list?
'Commentator' badge seems broken
Don't post comment when pressing enter?
Can (should) notices of new comments appear on the front page?
Is it possible to upvote comments?
Is it possible to convert a answer into a comment or vice versa?
Posting more than 5 comments only works after posting additional one
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.