And remove the extra print...

This commit is contained in:
Petr Mrázek 2021-04-08 23:10:48 +02:00
parent 5973929ed6
commit 3975727dd8

View file

@ -58,7 +58,6 @@ do
lang="pt_PT"
fi
echo " Converting $po_file to $lang.ts"
echo " Converting $po_file to $lang.ts"
$LCONVERT_BIN -locations relative $po_file -o $lang.ts
echo " Create $lang.qm"
$LRELEASE_BIN $lang.ts -qm $OUTPUT/$lang.qm