Make gettext targets no-ops if gettext is not installed. Closes: #821.
parent
32bd8a3847
commit
5f2e44b0dd
2 changed files with 21 additions and 2 deletions
@ -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. |
Loading…
Reference in new issue