On 20.10.2010 10:08, ext velociraptor Genjix wrote:
So I had the genius idea to search for pyQt tutorials and found this http://www.commandprompt.com/community/pyqt/c8212 . I've added the translator to my code, with a few ClassName::tr("blaa", "details") Then you run lupdate as per the guide. A few notes: You must use ""'s not ', and you have to use the ClassName:: not self. to fool lupdate.
OK, cool! Mark Summerfield's PyQt book (Rapid GUI Programming with Python and Qt) also has good instructions for internationalizing PyQt applications, and the section is easily applicable to PySide too.
The only thing that's different is the different executable name - instead of pylupdate4, we have pyside-lupdate. :-)
Cheers, ma. _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
