Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-06 | scripts: accept the path of the gettext commands to run as an argument | Eli Schwartz | 1 | -1/+2 | |
Don't assume itstool, msgfmt et al. are just magically on the path. Normally for commands being processed in build.ninja we'd look up the program in order to run it. Offer the same guarantee for programs being passed through an awkward script wrapper. | |||||
2020-09-08 | typing: fully annotate scripts | Daniel Mensinger | 1 | -1/+2 | |
2019-04-22 | i18n: add args keyword to merge_file | Konstantin | 1 | -1/+2 | |
* i18n: add args keyword to merge_file * i18n: add testcase to msgfmt args | |||||
2017-04-29 | i18n: Add data_dirs kwarg to merge_file() | Patrick Griffis | 1 | -0/+35 | |
For parity with gettext() Fixes #1565 |