Qt 6.11 is out! See what's new in the release
blog
Translate Installer Framework for unsupported language
-
Hi,
translation directory does not have my language. How can I add translations at script side ?
I tried giving context to
qsTranslate()like this at main component:function Component() { qsTranslate("QInstaller::IntroductionPage", "&Quit"); }But it works only if I first go with next, and return with Back. Also tried to add texts to
retranslateUi()but no luck:Component.prototype.retranslateUi = function() { qsTranslate("QInstaller::IntroductionPage", "&Quit"); }My related sof answer is here.