Changes between Initial Version and Version 2 of Ticket #4695


Ignore:
Timestamp:
Jun 26, 2007, 7:20:38 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4695 – Description

    initial v2  
    11For a simple Javascript source file like this:
    2 
     2{{{
    33// '
    44gettext("foo");
    55// '
    66gettext("bar");
    7 
     7}}}
    88results of make-messages.py run will exclude the "foo" string. Apparently this is related to the presence of apostrophes in the preceding comment. I am using gettext 0.14.4 under win32. I suspect this might be some quirk in relation to xgettext being called with Perl in the language parameter.
Back to Top