Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way that I can get lupdate to extract translatable strings from my QML-files which are embedded in a native C++-application inside a resource file? I cannot seem to get it to work. I am using the qsTr-macro in the QML-files.
if you are doing like @qsTr("some string")@ in your qml and running @lupdate someqmlscript.qs -ts someqmlscript_en.tr@ it should be working I believe.