Update translations-po2ts.sh

This commit is contained in:
ea4k 2021-11-21 12:11:42 +01:00 committed by GitHub
parent 0c706c7a10
commit 85d060b9f3
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=$($file |sed 's:^../po/::')
#NEWNAME=`echo "$file" |sed 's:^../po/::'`
echo $NEWNAME
msgfmt -o /dev/null --statistics $file