Update translations-po2ts.sh

This commit is contained in:
ea4k 2021-11-21 11:35:03 +01:00 committed by GitHub
parent ffeb202a19
commit 53ee037370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ export QT_SELECT="qt5"
for file in $POFILES/*.po
do
echo Checking "$file"
NEWNAME=echo $("$file" |sed 's:^../po/::')
NEWNAME=echo $($file |sed 's:^../po/::')
#NEWNAME=`echo "$file" |sed 's:^../po/::'`
echo $NEWNAME
msgfmt -o /dev/null --statistics $file