aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2017-06-02 14:05:01 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-03 16:02:08 +0300
commite34edae240dd06b6ca1f5cb13fd722cf3129f4a1 (patch)
treefc59f07a318d1c3c7e008551c404db18d65a3eee /docs/markdown
parent506fbafed53c2f98986dfeaa5677cb6813b6e182 (diff)
downloadmeson-e34edae240dd06b6ca1f5cb13fd722cf3129f4a1.zip
meson-e34edae240dd06b6ca1f5cb13fd722cf3129f4a1.tar.gz
meson-e34edae240dd06b6ca1f5cb13fd722cf3129f4a1.tar.bz2
docs: Complete list of targets from i18n.gettext()
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/i18n-module.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md
index 9388be8..172f73e 100644
--- a/docs/markdown/i18n-module.md
+++ b/docs/markdown/i18n-module.md
@@ -19,6 +19,8 @@ This function also defines targets for maintainers to use:
**Note**: These output to the source directory
* `<project_id>-pot`: runs `xgettext` to regenerate the pot file
+* `<project_id>-update-po`: regenerates the `.po` files from current `.pot` file
+* `<project_id>-gmo`: builds the translations without installing
### i18n.merge_file()