I create multilingual application with django and i've found that
template tag {% blocktrans %} doesn't accept properly html tags,
especially slash character. It's a pity and I've found a solution: add
-E argument to makemessage command from
django.core.management.commands. In xgettext man page that described
as "use C escapes in output, no extended chars".

This is my question: is this a bug and if not how I can use HTML tags
(or slash character) in my translations without monkey-patch?

--~--~---------~--~----~------------~-------~--~----~
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