bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: msgmerge


From: Bruno Haible
Subject: Re: msgmerge
Date: Thu, 12 Sep 2002 14:20:03 +0200 (CEST)

Lalo Martins writes:

> I'm using gettext to translate dynamic webpage templates. I had to write my
> own xgettext-like script for that.
> 
> In it, I'm "abusing" reference lines like this:
> 
> #: from plone_content/document_edit_form.pt
> #.   <input attributes="tabindex tabindex/next;" tabindex="" value="Save" 
> class="context" type="submit" name="Change" />

The #: lines are expected to be in a very particular format, that's
why msgmerge takes the freedom to rearrange them. To avoid these
problems, you can generate "#." instead of "#:".

Bruno




reply via email to

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