aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/msgfmthelper.py
AgeCommit message (Collapse)AuthorFilesLines
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz1-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-08typing: fully annotate scriptsDaniel Mensinger1-1/+2
2019-04-22i18n: add args keyword to merge_fileKonstantin1-1/+2
* i18n: add args keyword to merge_file * i18n: add testcase to msgfmt args
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis1-0/+35
For parity with gettext() Fixes #1565