From 5f2e44b0dd7bdac449d8679d9f0d8e71ad216245 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 2 Aug 2019 19:25:19 +0300 Subject: Make gettext targets no-ops if gettext is not installed. Closes: #821. --- docs/markdown/snippets/nogettext.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/nogettext.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1