#15495: {{{makemessages}}} excludes all strings from Javascript after a comment
----------------------------------+-----------------------------------------
Reporter: lrekucki | Owner: nobody
Status: new | Milestone:
Component: Internationalization | Version: SVN
Keywords: | Triage Stage: Unreviewed
Has patch: 0 |
----------------------------------+-----------------------------------------
A sample code (shortened as much as possible, the original comment was
something like "get/set doesn't ...", so it's not synthetic):
{{{
#!js
/* / ' */ gettext("TEXT");
}}}
{{{xgettext}}} doesn't find any translations after the shown comment.
Removing either {{{/}}} or {{{'}}} fixes the problem. This is a bit
related to #4695.
--
Ticket URL: <http://code.djangoproject.com/ticket/15495>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.