aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/itstool.py
AgeCommit message (Collapse)AuthorFilesLines
2022-04-14pyupgrade --py37-plusEli Schwartz1-2/+2
Some more old style code crept in again. Additionally, pyupgrade learned to catch more if/elsed code based on the python version, and delete it.
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz1-2/+5
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.
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp1-0/+82