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

intltool

Tools to centralise translations of different file formats

Intltool is a set of tools to centralise translations of many different file formats using GNU gettext-compatible PO files.

The intltool collection can be used to do these things:

Extract translatable strings from various source files (.xml.in, glade, .desktop.in, .server.in, .oaf.in).

Collect the extracted strings together with messages from traditional source files (.c, .h) in po/$(PACKAGE).pot.

Merge back the translations from .po files into .xml, .desktop and oaf files. This merge step will happen at build resp. installation time.

Installation

Install the latest version of intltool as follows:

guix install intltool

Or install a particular version:

guix install intltool@0.51.0

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 intltool about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/intltool'><img src='https://packages.guix.gnu.org/packages/intltool/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/intltool/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/intltool)

Example Org:

[[https://packages.guix.gnu.org/packages/intltool][https://packages.guix.gnu.org/packages/intltool/badges/latest-version.svg]]