This package browser is in early development. Mind the rough edges.

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.

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.