gettext-minimal 0.21
Tools and documentation for translation (used to build other packages)
GNU Gettext is a package providing a framework for translating the textual output of programs into multiple languages. It provides translators with the means to create message catalogs, and a runtime library to load translated messages from the catalogs. Nearly all GNU packages use Gettext.
- Website: https://www.gnu.org/software/gettext/
- Licenses: GPL 3+
- Package source: gnu/packages/gettext.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gettext-minimal 0.21
as follows:
guix install gettext-minimal@0.21
Or install the latest version:
guix install gettext-minimal
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.