diff options
author | TingPing <tingping@tingping.se> | 2017-06-02 14:05:01 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-03 16:02:08 +0300 |
commit | e34edae240dd06b6ca1f5cb13fd722cf3129f4a1 (patch) | |
tree | fc59f07a318d1c3c7e008551c404db18d65a3eee /docs/markdown | |
parent | 506fbafed53c2f98986dfeaa5677cb6813b6e182 (diff) | |
download | meson-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.md | 2 |
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() |