Preserve some continuity

This commit is contained in:
Petr Mrázek 2019-09-25 00:13:00 +02:00
parent 5ccb7eb51d
commit f9be61c170

View file

@ -22,6 +22,12 @@ echo " $(cat $BASE_LST_FILE | wc -l) files found"
echo "Generating new template..."
if [ -f $TEMPLATE_PO ]
then
echo " Converting .pot to .ts"
$LCONVERT_BIN -locations relative $TEMPLATE_PO -o $TEMPLATE_TS
fi
echo " Generating .ts"
rm -f "$TEMPLATE_TS"
cd $SRC