gettext
Tools and documentation for translation
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
as follows:
guix install gettext
Or install a particular version:
guix install gettext@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 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gettext'><img src='https://packages.guix.gnu.org/packages/gettext/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gettext)
Example Org:
[[https://packages.guix.gnu.org/packages/gettext][https://packages.guix.gnu.org/packages/gettext/badges/latest-version.svg]]