6 Commits

Author SHA1 Message Date
Jeremy Bowman
85107918b5
Fix Mac dev setup issues [#5442].
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.
2020-05-13 13:55:00 +10:00
Christopher Allan Webber
118ca330df Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in compile-translations.sh 2016-02-24 13:45:03 -08:00
Loic Dachary
c17f755eea Fix #5315 - use env in shebangs 2016-01-14 10:25:23 -08:00
Boris Bobrov
ab53aea8f4 Add workaround for incompilable Interlingua locale
For now we cannot compile Interlingua (ia) locale; please see issue
1070 for details.
2016-01-07 19:50:27 +03:00
Christopher Allan Webber
aac69eb9aa choose pybabel depending on whether one is available in the environment
This commit sponsored by Erik Mekhsian.  Thank you!
2015-02-14 16:02:11 -06:00
Christopher Allan Webber
de7e19f0ab Move compiling translations into its own script 2015-02-14 15:38:39 -06:00