I created an application using Glade and Python, and would like to do some localizations.
I know how to localize strings that are in Python code, I just encapsulate all strings that should be localized using _ (), and set the line feed in the .po file.
But how can I specify a line built with Glade that needs to be localizable (e.g. labels, menu items, button labels ...)?
I use gettext for localization.
Thank you Thomas
python user-interface pygtk gettext glade
Tomas Novotny
source share