diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-08-02 19:25:19 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-08-04 21:46:52 +0300 |
| commit | 5f2e44b0dd7bdac449d8679d9f0d8e71ad216245 (patch) | |
| tree | 89033b628c55bb5a692acf14e31b625285325571 /docs/markdown | |
| parent | 32bd8a384779dcd8ef6d3b8815d8dac43d96b9eb (diff) | |
| download | meson-5f2e44b0dd7bdac449d8679d9f0d8e71ad216245.tar.gz | |
Make gettext targets no-ops if gettext is not installed. Closes: #821.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/nogettext.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/nogettext.md b/docs/markdown/snippets/nogettext.md new file mode 100644 index 000000000..505322674 --- /dev/null +++ b/docs/markdown/snippets/nogettext.md @@ -0,0 +1,7 @@ +## Gettext targets are ignored if `gettext` is not installed + +Previously the `i18n` module has errored out when `gettext` tools are +not installed on the system. Starting with this version they will +become no-ops instead. This makes it easier to build projects on +minimal environments (such as when bootstrapping) that do not have +translation tools installed. |
