My python program uses selt.tr("String bla bla")
to mark strings to be translated. I translate it using pylupdate4 Translate.pro
and then edit the created *.ts-fils with Qt-Lingust, then afterwards using lrealese Translate.pro
to create the *.qm binaries that my PyQt4-program is loading.
Now I would like to know how I can make this on Launchpad. Here I only read about mo
,po
and pot
-files, but what about my ts
- and qm
-files?
How can I translate my program on Launchpad? I am not sure if QTranslator can read other binaries than qm-files.