Hi,

$ rpm -q libglade python pygtk2
libglade-0.17-11
python-2.2.2-26
pygtk2-1.99.14-4

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?

Also I'm wondering that since the gettext
python module doesn't actually call any glibc
functions, does this have any affect on libglade?
I can't see where the textdomain() calls etc.
are done for libglade.

thanks,
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/

Reply via email to