Qt: "Close" and "OK" buttons not translated
I had some kind of patch for this, but I never got it working sensibly on S3_0. Later branches seemed easier, thanks to some Qt-client code refactoring done.
Reply To cazfi
I had some kind of patch for this, but I never got it working sensibly on S3_0. Later branches seemed easier, thanks to some Qt-client code refactoring done.
Dropping S3_0 target for that reason.
Just saying, one can install a custom QTranslator on the QCoreApplication. Ki18n has a gettext-based implementation.
We have no translations for Qt's default buttons. Qt would want to handle them by its own mechanisms, not through our gettext.
Simplest solution would be not to use those Qt's buttons, but implement equivalents ourselves.