re. Sharing localized strings with non-PyQt applications

I have a need to be able to "share" PyQt localized strings with a non-Qt
program. I was hoping on putting the strings into a module that is then
imported into both the PyQt and non-PyQt program, and somehow have the non-
PyQt program reassign __tr() so that it can access the strings. Any thoughts
on how I might do this?

Thanks,

Don
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to