PDA

View Full Version : Translation for plugins



gustavosbarreto
14th August 2009, 13:25
Hi,
I'm trying to load a translation for custom plugin (.so) using the QTranslator, but is not working because the translations of the plugins is "installed" for whole application and conflicts occur in the translations.

In QtDesigner works like this: only a translation (.qm) which contains the translation for all plugins are loaded. But for me this is not right.

Anyone know how to load a translation for a specific plugin?