aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/compile_translations.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix Mac dev setup issues [#5442].Jeremy Bowman2020-05-131-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.shChristopher Allan Webber2016-02-241-1/+1
|
* Fix #5315 - use `env` in shebangsLoic Dachary2016-01-141-1/+1
|
* Add workaround for incompilable Interlingua localeBoris Bobrov2016-01-071-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 environmentChristopher Allan Webber2015-02-141-3/+10
| | | | This commit sponsored by Erik Mekhsian. Thank you!
* Move compiling translations into its own scriptChristopher Allan Webber2015-02-141-0/+39