Created attachment 341917 [details] Patch to fix missing gettext initialisation for glade Description of problem: Some strings are not translated in the UI, even the string is in the .po file. Version-Release number of selected component (if applicable): trunk as of 20090430 How reproducible: each time Steps to Reproduce: 1. set your locale to fr_FR 2. start virt-manager Actual results: In the menu, "File" is displayed as "File". Expected results: In the menu, "File" should be translated as "Fichier" Additional info: The attached patch fixes this problem by setting the gettext domain for glade (only python gettext domain was set up).
Hmm, seems to work fine here without the patch, but it doesn't seem to hurt, so I've committed a variant of it upstream: http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virt-manager--devel/rev/9a1ec5ee501e Thanks!