aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/nogettext.md7
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 0000000..5053226
--- /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.