
8 Aug
2004
8 Aug
'04
6:05 a.m.
On Sat, 2004-08-07 at 07:36, Karl Ove Hufthammer wrote:
There is that type field that seems to pull strings out of an XML file. I'm not sure that it would work in this case... anyone know any more about this?
Yes, intltool can handle XML files. You basically just have to prefix each localisable element with a '_'. Example:
<text>...</text> becomes <_text>...</_text>
It's similar for attributes.
I think we would need to localize text in the XML file, not elements or attribute names (which in most cases would be a very bad idea).
-mental