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 ",
"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