Preserve some continuity
This commit is contained in:
parent
5ccb7eb51d
commit
f9be61c170
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue