From 2e12ed870364c38cade1538f020b482d2bb15112 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Wed, 28 Aug 2013 02:40:38 +0000 Subject: [PATCH] Compile translations on adding and dropping --- site-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-updater.sh b/site-updater.sh index 448f3aeb3..63851662c 100755 --- a/site-updater.sh +++ b/site-updater.sh @@ -3,7 +3,7 @@ TMP=tmp mtn update 2>&1 | tee $TMP -cat $TMP | grep "^mtn: updating 'i2p2www/translations/" >/dev/null +cat $TMP | grep "^mtn: adding 'i2p2www/translations/\|^mtn: dropping 'i2p2www/translations/\|^mtn: updating 'i2p2www/translations/" >/dev/null if [ $? -eq 0 ]; then echo "Translations updated, compiling messages" ./compile-messages.sh -- GitLab