Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Mac dev setup issues [#5442]. | Jeremy Bowman | 2020-05-13 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in compile-translations.sh | Christopher Allan Webber | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Fix #5315 - use `env` in shebangs | Loic Dachary | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Add workaround for incompilable Interlingua locale | Boris Bobrov | 2016-01-07 | 1 | -1/+4 |
| | | | | | For now we cannot compile Interlingua (ia) locale; please see issue 1070 for details. | ||||
* | choose pybabel depending on whether one is available in the environment | Christopher Allan Webber | 2015-02-14 | 1 | -3/+10 |
| | | | | This commit sponsored by Erik Mekhsian. Thank you! | ||||
* | Move compiling translations into its own script | Christopher Allan Webber | 2015-02-14 | 1 | -0/+39 |