summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/msgfmthelper.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: fully annotate scriptsDaniel Mensinger2020-09-081-1/+2
|
* i18n: add args keyword to merge_fileKonstantin2019-04-221-1/+2
| | | | | | * i18n: add args keyword to merge_file * i18n: add testcase to msgfmt args
* i18n: Add data_dirs kwarg to merge_file()Patrick Griffis2017-04-291-0/+35
For parity with gettext() Fixes #1565