#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
             Resolution:                        |     Keywords:  xgettext
           Triage Stage:  Unreviewed            |    Has patch:  0
    Needs documentation:  0                     |  Needs tests:  0
Patch needs improvement:  0                     |
------------------------------------------------+------------------------
Changes (by andrew@…):

 * keywords:   => xgettext


Comment:

 Same situation with gettext 0.17.

 {{{
 [grad@grad-book core]$ LANG=C xgettext --version
 xgettext (GNU gettext-tools) 0.17
 ...

 [grad@grad-book core]$ LANG=C PYTHONPATH=/home/grad/repos/django
 /home/grad/repos/django/django/bin/django-admin.py --version
 1.3 rc 1 SVN-15876
 [grad@grad-book core]$ LANG=C PYTHONPATH=/home/grad/repos/django
 /home/grad/repos/django/django/bin/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

 [grad@grad-book core]$ LANG=C django-admin.py --version
 1.2.5
 [grad@grad-book core]$ LANG=C django-admin.py makemessages -l ru
 processing language ru
 [grad@grad-book core]$ echo $?
 0
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15632#comment:4>
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.

Reply via email to