intltool-0.32.1

Introduction to intltool

The intltool package contains an internationalization tool. This is useful for extracting translatable strings from source files, collecting the extracted strings with messages from traditional source files (<source directory>/<package>/po) and merging the translations into .xml, .desktop and .oaf files.

Package information

intltool dependencies

Required

Perl modules: XML-Parser

Installation of intltool

Install intltool by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The intltool package contains intltoolize, intltool-update, intltool-extract, intltool-merge and intltool-prepare.

Description

intltoolize

intltoolize prepares a package to use intltool.

intltool-update

intltool-update updates the po template files and merges them with the translations.

intltool-extract

intltool-extract generates header files that can be read by gettext.

intltool-merge

intltool-merge merges translated strings into various file types.

intltool-prepare

intltool-prepare updates pot files and merges them with translation files.

Last updated on 2005-01-10 10:48:41 -0700