From f9be61c1704a28e47eda3d5575054d6b6e8f6b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 25 Sep 2019 00:13:00 +0200 Subject: [PATCH] Preserve some continuity --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update.sh b/update.sh index e06b4614..035badd2 100755 --- a/update.sh +++ b/update.sh @@ -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