From 01fe4118ea734b20dffe5d8182b136178c004f3d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 8 Feb 2019 10:35:57 +0100 Subject: [PATCH] Extending update-env.sh --- update-env.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/update-env.sh b/update-env.sh index 4e2b04a..97550a1 100755 --- a/update-env.sh +++ b/update-env.sh @@ -60,13 +60,13 @@ echo "Installed modules:" echo pip list --format columns -#if [[ -x compile-xlate-msgs.sh ]]; then -# echo -# echo "--------------" -# echo "Updating i18n files in ${base_dir} ..." -# echo -# ./compile-xlate-msgs.sh -#fi +if [[ -x compile-xlate-msgs.sh ]]; then + echo + echo "--------------" + echo "Updating i18n files in ${base_dir} ..." + echo + ./compile-xlate-msgs.sh +fi cd python_fb_tools if [[ -x compile-xlate-msgs.sh ]]; then -- 2.39.5