Main Contents

how to handle translations for an application that is both qt-only and KDE ?

May 2, 2009

I have the problem for my application Opale, which used to be KDE only and is now both Qt and KDE.
The first thing I’ve done is to switch from *.po (gettext) to *.ts (qt), because Qt can not (or can it ?  tell me how !) handle gettext files. Then, I needed to use qApp->addTranslator() [...]

Filed under: KDE | Comments (11)