And remove the extra print...
This commit is contained in:
parent
5973929ed6
commit
3975727dd8
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ do
|
||||||
lang="pt_PT"
|
lang="pt_PT"
|
||||||
fi
|
fi
|
||||||
echo " Converting $po_file to $lang.ts"
|
echo " Converting $po_file to $lang.ts"
|
||||||
echo " Converting $po_file to $lang.ts"
|
|
||||||
$LCONVERT_BIN -locations relative $po_file -o $lang.ts
|
$LCONVERT_BIN -locations relative $po_file -o $lang.ts
|
||||||
echo " Create $lang.qm"
|
echo " Create $lang.qm"
|
||||||
$LRELEASE_BIN $lang.ts -qm $OUTPUT/$lang.qm
|
$LRELEASE_BIN $lang.ts -qm $OUTPUT/$lang.qm
|
||||||
|
|
Loading…
Reference in a new issue