Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
QDS 4.5
Description
If user imports this json file ( translations.json ) to QDS project and runs it through translation, the report does not give a error about too long text (no notify about exceeding text)
The report reads like this:
{ "components": [ { "componentPath": "C:/Users/Qt/rta_test_projects/MultilanguageTest/content/Screen01.ui.qml", "errors": [ { "column": 9, "errorType": "Missing translation", "line": 68 } ] }, { "componentPath": "C:/Users/Qt/rta_test_projects/MultilanguageTest/content/Screen02.ui.qml", "errors": [ ] } ] }
And it should be likes this:
{ "components": [ { "componentPath": "C:/Users/vivarank/rta_test_projects/MultilanguageTest/content/Screen01.ui.qml", "errors": [ { "column": 9, "errorType": "Exceeds", "line": 54 }, { "column": 9, "errorType": "Missing translation", "line": 68 } ] }, { "componentPath": "C:/Users/vivarank/rta_test_projects/MultilanguageTest/content/Screen02.ui.qml", "errors": [ ] } ] }
The weird thing is, this happens only with the win11 pm. It doesn't seem to happen on my workstation, which is also a win11 computer.
The machines have some hardware differences, but nothing catches my eye, that could cause this.