I have text  (in .html, .py an .txt) that should be translated.

When I use this command
./manage.py makemessages -l nl   --
pythonpath=apps_pinax,templates_pinax

It finds translations in the html file like:
#: templates_pinax/tribes/topics.html:11
msgid "Discussion Topics for Tribe"
msgstr "Discussies van groep"

when I use this command
./manage.py makemessages -l nl  -e=html,txt,py --
pythonpath=apps_pinax,templates_pinax

It finds also text in the txt files.. but it also comments out parts
of translations I found with the first command like

#~ msgid "Discussion Topics for Tribe"
#~ msgstr "Discussies van groep"

any suggestions would be helpful.









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to