From 78edc58153ce7076f241760d62e47c66b2138b55 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 29 Apr 2017 04:08:08 -0400 Subject: [PATCH] docs: Add data_dirs to i18n.merge_file() --- docs/markdown/i18n-module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md index b4e40d74b..9388be870 100644 --- a/docs/markdown/i18n-module.md +++ b/docs/markdown/i18n-module.md @@ -25,6 +25,7 @@ This function also defines targets for maintainers to use: This merges translations into a text file using `msgfmt`. See [custom_target](https://github.com/mesonbuild/meson/wiki/Reference%20manual#custom_target) for normal keywords. In addition it accepts these keywords: * `po_dir`: directory containing translations, relative to current directory +* `data_dirs`: (*Added 0.41.0*) list of directories for its files (See also `i18n.gettext()`) * `type`: type of file, valid options are `'xml'` (default) and `'desktop'` *Added 0.37.0*