How to translate `DisplayName` and `Description` in `package.xml` in `IFW`?
-
wrote on 10 Jan 2024, 09:04 last edited by Sauntor 1 Oct 2024, 09:04
I package my app using
Qt Installer Framework
, but I find that there's no way to translateDisplayName
andDescription
field in the component's definition file(a.k.package.xml
).
I triedControlScript
and trying change it in the signalinstaller.componentAdded
, but the generated installer saysTypeError: Cannot assign to read-only property "displayName"
!Is it really no way to translate those texts?
1/1