#14045: makemessage miss some gettext in javascript
-------------------------------------------+--------------------------------
          Reporter:  shaohao               |         Owner:  nobody  
            Status:  closed                |     Milestone:          
         Component:  Internationalization  |       Version:  1.2     
        Resolution:  worksforme            |      Keywords:  xgettext
             Stage:  Unreviewed            |     Has_patch:  0       
        Needs_docs:  0                     |   Needs_tests:  0       
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Changes (by mk):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 I cannot reproduce this failure:

 {{{

 $ xgettext -d out -L Perl --keyword=gettext_noop --keyword=gettext_lazy
 --keyword=ngettext_lazy:1,2 --from-code UTF-8 -o - "result.pl"
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <em...@address>, YEAR.
 #
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2010-10-05 12:32+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <em...@address>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"

 #: result.pl:5
 msgid "okkkk"
 msgstr ""
 }}}

 Even if this would happen this would not be a Django but a gettext bug.

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