On Wednesday 11 February 2009 12:06:13 Doug Bell wrote:
> I like that idea in general, but how do you deal with translations of
> strings that are internal to Qt (in file dialogs, etc.)?

Qt provides .mo files with translations of all the internal strings. Just add 
them to your app in your build script. 

-- 
Kovid Goyal
www.kovidgoyal.net
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to