Fixed structure

This commit is contained in:
David Spáčil
2026-02-11 14:45:27 +01:00
parent 53b9108fc2
commit 69b6edce96
35 changed files with 0 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
LRELEASE=$1
LOCALES=$2
for LOCALE in ${LOCALES}
do
echo "Processing: ${LOCALE}.ts"
# Note we don't use pylupdate with qt .pro file approach as it is flakey
# about what is made available.
$LRELEASE i18n/${LOCALE}.ts
done