gettext-minimal
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.
- Versions: 0.21
- 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 the latest version of gettext-minimal
as follows:
guix install gettext-minimal
Or install a particular version:
guix install gettext-minimal@0.21
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.
Badge code
You can use the following badge to inform users of gettext-minimal about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gettext-minimal'><img src='https://packages.guix.gnu.org/packages/gettext-minimal/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gettext-minimal)
Example Org:
[[https://packages.guix.gnu.org/packages/gettext-minimal][https://packages.guix.gnu.org/packages/gettext-minimal/badges/latest-version.svg]]