[neon/neon/calamares-settings/slideshow-refactor] desktop/calamares/desktop/branding/neon: Added a quick mention of the convenience script to remake the languages

Mike Stemle null at kde.org
Sun Apr 28 02:04:57 BST 2024


Git commit 59d554cb1362175612f456c599a53e586e50b03e by Mike Stemle.
Committed on 28/04/2024 at 01:04.
Pushed by mstemle into branch 'slideshow-refactor'.

Added a quick mention of the convenience script to remake the languages

M  +2    -0    desktop/calamares/desktop/branding/neon/README.md

https://invent.kde.org/neon/neon/calamares-settings/-/commit/59d554cb1362175612f456c599a53e586e50b03e

diff --git a/desktop/calamares/desktop/branding/neon/README.md b/desktop/calamares/desktop/branding/neon/README.md
index ca8138e..e822fc3 100644
--- a/desktop/calamares/desktop/branding/neon/README.md
+++ b/desktop/calamares/desktop/branding/neon/README.md
@@ -16,6 +16,8 @@ KDE Neon has a great slideshow to introduce new users to the distribution as the
 
 For the translations, edit the `.ts` files and then use the following command to build them into `.qm` files.
 
+There's a small script, `remake_langs.sh`, which will rebuild these `.qm` files. If this script doesn't work well for you, you can run this command:
+
 ```sh
 for X in $(ls -1 lang/*.ts); do lrelease "$X"; done
 ```


More information about the Neon-commits mailing list