[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] bug: keyword "images" unknown
From: |
Daiki Ueno |
Subject: |
Re: [bug-gettext] bug: keyword "images" unknown |
Date: |
Thu, 08 Oct 2015 11:42:48 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
"An Michel R." <address@hidden> writes:
> The msgid "this is an HTML tag <img src="images/loading.gif"></img>",
> 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=\"images/loading.gif\"></img>"
msgstr ""
If not, could you provide a concrete example so we can reproduce the
issue?
Regards,
--
Daiki Ueno