aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-12-13 09:58:36 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-12-13 10:04:10 -0600
commitf5a829fabf7ad541e7be3f3435787d9f2e74756d (patch)
treedd6756bf33992d9c2b01a89b9e6dc7706fd74f16
parent8471c5b4d289f4d7904213c3f8d7d9b429243ff4 (diff)
downloadmediagoblin-f5a829fabf7ad541e7be3f3435787d9f2e74756d.tar.lz
mediagoblin-f5a829fabf7ad541e7be3f3435787d9f2e74756d.tar.xz
mediagoblin-f5a829fabf7ad541e7be3f3435787d9f2e74756d.zip
Just spacing things out to look a bit cleaner.
-rwxr-xr-xdevtools/update_translations.sh4
1 files changed, 3 insertions, 1 deletions
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;