diff options
| author | Philip Withnall <pwithnall@gnome.org> | 2025-11-25 21:48:42 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-11-25 23:57:39 -0500 |
| commit | bc591f74e8c97bf02d22ecb9d5ec745d3899267e (patch) | |
| tree | 2a73a5465b7a440a6df812d7940cf12c610c8400 | |
| parent | 23657a4bec8b931b7534a102cc487fc075cc00cd (diff) | |
| download | meson-bc591f74e8c97bf02d22ecb9d5ec745d3899267e.tar.gz | |
docs: Fix minor typo in i18n module docs
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
| -rw-r--r-- | docs/markdown/i18n-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md index 6cdd74a28..767e0c87f 100644 --- a/docs/markdown/i18n-module.md +++ b/docs/markdown/i18n-module.md @@ -83,7 +83,7 @@ i18n.xgettext(name, sources..., args: [...], recursive: false) ``` Invokes the `xgettext` program on given sources, to generate a `.pot` file. -This function is to be used when the `gettext` function workflow it not suitable +This function is to be used when the `gettext` function workflow is not suitable for your project. For example, it can be used to produce separate `.pot` files for each executable. |
