Changes between Initial Version and Version 2 of Ticket #4695
- Timestamp:
- Jun 26, 2007, 7:20:38 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4695 – Description
initial v2 1 1 For a simple Javascript source file like this: 2 2 {{{ 3 3 // ' 4 4 gettext("foo"); 5 5 // ' 6 6 gettext("bar"); 7 7 }}} 8 8 results 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.