Hi,
in order to have the i18n working on linux I use (cons is a module where I
have my constants written):

locale.bindtextdomain(cons.APP_NAME, cons.LOCALE_PATH)
gettext.translation(cons.APP_NAME, cons.LOCALE_PATH).install()

this way I have translated either the sentences from the glade file and the
sentences from the python code.

on windows I don't have locale.bindtextdomain available, this causes the
sentences from the glade file to be not translated.

does anybody know if there's a way to have glade sentences translated on
windows?

Thanks and best regards,
Giuseppe.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to