Hi,
I'm starting to add i18n to my app, but hit a few problems...
The python code is fine and I can create the pot file like: /usr/lib/python2.2/site-packages/Ft/Lib/pygettext.py -dfslint FSlint
However I'm unsure what to do for glade. libglade-xgettext only works for glade-1 files. I've modified it to work with glade-2 files but there must be another way since it doesn't work by default? For e.g. how do I use the strings exported by glade? Also if there is no other way, how could I merge the 2 pot files?
Ah I see the trick here. glade outputs a "C" file so you can use xgettext on this (and the -j option to join to other pot files).
hohoho, a howto writing I will go...
P�draig.
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
