bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: An Michel R.
Subject: Re: [bug-gettext] bug: keyword "images" unknown
Date: Wed, 7 Oct 2015 22:49:05 -0400

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 <address@hidden> wrote:
"An Michel R." <address@hidden> writes:

> The msgid "this is an HTML tag <img src="" 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 <img src="">
  msgstr ""

If not, could you provide a concrete example so we can reproduce the
issue?

Regards,
--
Daiki Ueno


reply via email to

[Prev in Thread] Current Thread [Next in Thread]