[bug-gettext] hi - msgcat 'bug'

2015-07-29 Thread An Michel R.
Hi, This is a minor bug, but msgcat changes #: /path/to/file:line1 #: /path/to/file2:line10 #: /path/to/file3:line15 to #: /path/to/file:line1 /path/to/file2:line10 /path/to/file3:line15 I think msgcat shouldn't do anything with the comments in the file. In any and all cases, thanks for a gre

[bug-gettext] bug: keyword "images" unknown

2015-10-01 Thread An Michel R.
Hi, The msgid "this is an HTML tag ", produces an error in msgmerge: keyword "images" unknown. Is this expected?

Re: [bug-gettext] bug: keyword "images" unknown

2015-10-07 Thread An Michel R.
I thought the string was extracted as with a regular expression similar to: ^"(.*)"$ I mean, it doesn't matter if there are quotes inside, just the very first and the very last. On Wed, Oct 7, 2015 at 10:42 PM, Daiki Ueno wrote: > "An Michel R." writes: > >