Update translations-ts2po.sh

This commit is contained in:
ea4k 2023-04-16 13:08:45 +02:00
parent a13caff6b3
commit f33b8d3483

View File

@ -31,7 +31,7 @@ TRANSLATIONS="src/translations"
POFILES="po"
export QT_SELECT="qt5"
lupdate -no-obsolete $SOURCES/src.pro
chmod 777 $TRANSLATIONS -R
#chmod 777 $TRANSLATIONS -R
for file in $TRANSLATIONS/*.ts
do
@ -59,7 +59,7 @@ for file2 in "$POFILES"/*.po
msgfmt -o /dev/null --statistics "$file2"
done
chmod 644 $TRANSLATIONS -R
#chmod 644 $TRANSLATIONS -R