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
Hi,
The msgid "this is an HTML tag ",
produces an error in msgmerge: keyword "images" unknown.
Is this expected?
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:
>
>