It's hard to be specific, but I'm having problems setting up translation files for the plug-in I'm building. The plug-in works fine, but I also want to enable translation of the GUI.
I've tried to Google a lot, but any instructions I find are poor in details. It also seems some other plug-ins in the repo don't get translated either, so it may be a bigger problem?
I'm running Ubuntu and QGIS 2.10. Plug-in is generated from the Plugin Builder, and modified in a text editor. Ts files are built using the "makefile" and edited in the "i18n" folder. Ts/qm files get deployed correctly, but will not translate the GUI! The main python file have text to be translated on the format "self.tr('text to translate')", which calls the "QCoreApplication.translate" function so it seems to me it all should work...
I've tried locale settings in QGIS for a number of common languages as well with very mixed results. Not sure I'm alone with this problem.
Anybody know of a GOOD instruction to get translation of plug-ins to work?
أكثر...
I've tried to Google a lot, but any instructions I find are poor in details. It also seems some other plug-ins in the repo don't get translated either, so it may be a bigger problem?
I'm running Ubuntu and QGIS 2.10. Plug-in is generated from the Plugin Builder, and modified in a text editor. Ts files are built using the "makefile" and edited in the "i18n" folder. Ts/qm files get deployed correctly, but will not translate the GUI! The main python file have text to be translated on the format "self.tr('text to translate')", which calls the "QCoreApplication.translate" function so it seems to me it all should work...
I've tried locale settings in QGIS for a number of common languages as well with very mixed results. Not sure I'm alone with this problem.
Anybody know of a GOOD instruction to get translation of plug-ins to work?
أكثر...