Just spacing things out to look a bit cleaner.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Dec 2014 15:58:36 +0000 (09:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Dec 2014 16:04:10 +0000 (10:04 -0600)
devtools/update_translations.sh

index 1887e7f5ea607e4553a8cd515bd4b8b7afe9139c..abc96be6f70f011ee1eb8c148e77f4e256526841 100755 (executable)
@@ -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;