A trailing slash in devtools/compile_translations.sh caused that script to fail
because the parameter to pybabel's -l option ended up blank instead of
containing the language code.
A few files and directories were missing from .gitignore and hence wound up
in the list of local changes to be committed.
/aclocal.m4
# Tests
+/mediagoblin/tests/.cache/
/mediagoblin/tests/user_dev/
# File extensions
/extlib/tinymce/
/extlib/video.js/
/extlib/videojs-resolution-switcher
+
+# Mac files
+.DS_Store
+.Python
* Jaakko Luttinen
* Jakob Kramer
* Jef van Schendel
+* Jeremy Bowman
* Jeremy Pope
* jerome
* Jessica Tallon
##
## List of uncompilable translations: Lojban (jbo), Interlingua (ia)
-for file in `find mediagoblin/i18n/ -name "*.po"`; do
+for file in `find mediagoblin/i18n -name "*.po"`; do
if [ "$file" != "mediagoblin/i18n/jbo/mediagoblin.po" ] && \
[ "$file" != "mediagoblin/i18n/ia/mediagoblin.po" ] && \
[ "$file" != "mediagoblin/i18n/templates/en/mediagoblin.po" ]; then