I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 817c1aa4 authored by kytv's avatar kytv
Browse files

compile translations when site-updater.sh is run for the first time

parent 462bdc97
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,4 @@ else ...@@ -11,3 +11,4 @@ else
$PYBABEL compile -D $domain -d $TRANSDIR $PYBABEL compile -D $domain -d $TRANSDIR
done done
fi fi
touch ./.pybabel-stamp
...@@ -21,3 +21,5 @@ if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TM ...@@ -21,3 +21,5 @@ if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TM
echo "Python files changed, restarting server" echo "Python files changed, restarting server"
touch $TOUCHFILE touch $TOUCHFILE
fi fi
[ -f ./.pybabel-stamp ] || ./compile-messages.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment