Re: intltool-merge changes



> Before, if you had this in your XML file:
> 
>     <name _label="&quot;this&quot;"/>
> 
> Then you would have this in your po:
> 
>     msgid "&quot;this&quot;"
>     msgstr "\"that\""
> 
> But now you must have:
> 
>     msgid "\"this\""
>     msgstr "\"that\""

Ah, this was almost what I guessed..very nice addition

> And if you still have the old format, it won't work any more. I just
> realized I might have to fix intltool-extract for this too.

Yes, I think that is required
 
> > scm files can be gotten from gnome-games uunder aisleriot.
> 
> Does merge support scm files? I didn't see a case for that.

There is no merge case. We only grep the strings from the aisleriot
games written in scm, and then put them in the gnome-games.pot file -
and it all works :)

scm files are scheme files if you didn't knew. the Lisp like language

Kenneth




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