From f5a829fabf7ad541e7be3f3435787d9f2e74756d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 13 Dec 2014 09:58:36 -0600 Subject: [PATCH] Just spacing things out to look a bit cleaner. --- devtools/update_translations.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh index 1887e7f5..abc96be6 100755 --- a/devtools/update_translations.sh +++ b/devtools/update_translations.sh @@ -57,7 +57,9 @@ echo "==> Compiling .mo files" for file in `find mediagoblin/i18n/ -name "*.po"`; do if [ "$file" != "mediagoblin/i18n/jbo/LC_MESSAGES/mediagoblin.po" ]; then - ./bin/pybabel compile -i $file -d mediagoblin/i18n/ -l `echo $file | awk -F / '{ print $3 }'`; + ./bin/pybabel compile -i $file \ + -d mediagoblin/i18n/ \ + -l `echo $file | awk -F / '{ print $3 }'`; else echo "Skipping $file which pybabel can't compile :("; fi; -- 2.25.1