Language file missing location nodes
-
Of the 28 language files for our program, three are missing the location nodes, so these will not show anything in the Sources and forms window of Qt Linguist. These files are fully translated, however, so it is a nuisance to do it all over.
Is there a way to repair those files?! -
Re-run lupdate with the correct parameters:
-locations {absolute|relative|none} Specify/override how source code references are saved in TS files. Guessed from existing TS files if not specified. Default is absolute for new files.
-
That works! Thank you, I'm delighted...