Details
-
Bug
-
Resolution: Done
-
P2: Important
-
QDS 4.2
-
None
-
bdb6a47ab (qds/dev)
-
QDS Berlin - 2023 Week 27/28, QDS Berlin - 2023 Week 29/30, QDS Berlin - 2023 Week 33/34
Description
Tested with latest 4.2 snapshot (Based on Qt 6.4.3, Built on Jun 13 2023 02:29:01)
Steps:
- Open attached test project
- Import translations.json file in Translations view
- Click "Run translation test for the whole project.." in translations view
- Check created "translation_report_project.json" file
- -> Only TRID_00006 (line 68) in Screen01.ui.qml file is actually missing translation, but test results show all of the qsTrId:s are missing translation
- -> Result is not showing expected "Exceeds" warning for TRID_00004
- Run project translation test again
- -> translation_report_project.json file shows now correct result for Screen01.ui.qml:
- Exceeds error for TRID_00004, line 54
- Missing Translation for TRID_00006, line 68
Attachments
Issue Links
- relates to
-
QTBUG-116275 debugtranslation feature gets missing translation for default language sometimes
- Open