PDA

View Full Version : I18n several libraries



ghorwin
24th April 2009, 14:18
I'm currently porting several of my formaly purely c++ libraries to use Qt for i18n. Now every library has its own project and generates its own translation files. For my final application, I need to install a single translation file.

How can I combine the different .ts or qm files into one big file?

Thanks,
Andreas

mcosta
24th April 2009, 14:43
I don't think you can merge many qm files.
You can embed your translations in resource file and load them at startup