views:

55

answers:

1

Our application is localised and I have pulled in all the standard Qt_*.qm files as well so that my Qt dialogs are translated as much as possible.

However one of our distributors wants to add the Danish translation and its not in the standard Qt translation files.

How can I get Qt to create the file so I can send it off for translation?

A: 
VestniK
As I stated I already have the ones which are bundled with Qt, I am looking to create one which isn't.
Phil Hannent
You've mentioned that you have *.qm files from Qt distribution. You need to find *.ts files relevant to the version of Qt you are using then open them in Qt Linguist, translate and produce necessary *.qm files. I thought that your question is about where can you find those *.ts files. Am I understand you correctly?
VestniK
I've just downloaded and extracted Qt sources for 4.6.3. There are *.ts files but only with translations. In this case you need to open copy of one of them and retranslate it into the language you need. I don't know if it's possible to just remove all existing translations from *.ts in one action in linguist.
VestniK