From fece0a206c0ce86ae0e60ea2d9cd1c261c43a8d3 Mon Sep 17 00:00:00 2001 From: edisionnano Date: Sun, 2 Feb 2025 22:41:33 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f682c..b414002 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,12 @@ You can translate QDiskInfo to your language very easily using [Crowdin](https:/ ```sh LC_ALL=de_DE.UTF-8 ./QDiskInfo ``` -to force the app to use the language of your choice. -
If changes were made to the original strings you can use the `lupdate` command to update the .ts files, for example to update the German translation file you would run +to force the app to use the language of your choice.
+
If changes were made to the original strings and your Qt version is <6.7 you can use the `lupdate` command to update the .ts files, for example to update the German translation file you would run ```sh lupdate src/ -ts translations/qdiskinfo_de_DE.ts -noobsolete ``` +For Qt >=6.7 this is done automatically when running `make`. ## Common Issues ### Icons are Missing