diff options
-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() |