#15632: django-admin.py makemessages failure on ' symbol in templates comment
block
----------------------------------+---------------------------
Reporter: andrew@… | Owner: nobody
Status: new | Milestone: 1.3
Component: Internationalization | Version: SVN
Keywords: | Triage Stage: Unreviewed
Has patch: 0 |
----------------------------------+---------------------------
`django-admin.py makemessages` fails on mezzanine.core application default
admin/base_site.html template (attachment:base_site.html)
{{{
$ django-admin.py makemessages -l ru
processing language ru
Error: errors happened while running xgettext on base_site.html
./templates/admin/base_site.html.py:15: warning: unterminated string
./templates/admin/base_site.html.py:16: warning: unterminated string
./templates/admin/base_site.html.py:21: warning: unterminated string
}}}
It caused by xgettext when it see "Mezzanine's" string in this lines. In
django v1.2 error doesn't appears.
--
Ticket URL: <http://code.djangoproject.com/ticket/15632>
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.