diff options
author | Konstantin <rilian-la-te@users.noreply.github.com> | 2019-04-22 14:54:05 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-04-22 14:54:05 +0300 |
commit | 841995cddf7ad2fe18ff89ac6508aef459ec5742 (patch) | |
tree | f13f065c15e00dee9633f54e9cb3460fd51cb477 /docs | |
parent | 8dedddca363b2edb7c5e17d6560418f8a20626bd (diff) | |
download | meson-841995cddf7ad2fe18ff89ac6508aef459ec5742.zip meson-841995cddf7ad2fe18ff89ac6508aef459ec5742.tar.gz meson-841995cddf7ad2fe18ff89ac6508aef459ec5742.tar.bz2 |
i18n: add args keyword to merge_file
* i18n: add args keyword to merge_file
* i18n: add testcase to msgfmt args
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/i18n-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md index 9053edc..4948fab 100644 --- a/docs/markdown/i18n-module.md +++ b/docs/markdown/i18n-module.md @@ -48,5 +48,6 @@ for normal keywords. In addition it accepts these keywords: also `i18n.gettext()`) * `po_dir`: directory containing translations, relative to current directory * `type`: type of file, valid options are `'xml'` (default) and `'desktop'` +* `args`: (*Added 0.51.0*) list of extra arguments to pass to `msgfmt` *Added 0.37.0* |