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: > > > The msgid "this is an HTML tag ",

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

2015-10-07 Thread Daiki Ueno
"An Michel R." writes: > The msgid "this is an HTML tag ", > produces an error in > msgmerge: keyword "images" unknown. I suppose you simply forget to escape double quotes inside the string, like this: msgid "this is an HTML tag " msgstr "" If not, could you provide a concrete example so