Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5
-
None
Description
Using an lupdate on the attached folder outputs an error like this:
C:\work\MCU_Training_Material\Training_Repos\CofeeMaker\imports\Helpers>C:\Qt\6.5.0\mingw_64\bin\lupdate.exe -recursive . -ts translations/translation.ja_JP.ts
Scanning directory '.'...
File C:/work/MCU_Training_Material/Training_Repos/CofeeMaker/imports/Helpers/translations/translation.ja_JP.ts won't be updated: it contains translation but the target language is not recognized
But for french and Germany, it worked fine.
C:\work\MCU_Training_Material\Training_Repos\CofeeMaker\imports\Helpers>C:\Qt\6.5.0\mingw_64\bin\lupdate.exe -recursive . -ts translations/translation.fr_FR.ts Scanning directory '.'... Updating 'translations/translation.fr_FR.ts'... Found 16 source text(s) (6 new and 10 already existing)C:\work\MCU_Training_Material\Training_Repos\CofeeMaker\imports\Helpers> C:\work\MCU_Training_Material\Training_Repos\CofeeMaker\imports\Helpers>C:\Qt\6.5.0\mingw_64\bin\lupdate.exe -recursive . -ts translations/translation.de_DE.ts Scanning directory '.'... Updating 'translations/translation.de_DE.ts'... Found 16 source text(s) (6 new and 10 already existing)