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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.5.tar.bz2
Download MD5 sum: f52d5fa7f128db94e884cd21dd45d2e2
Download size: 132 KB
Estimated disk space required: 1.5 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/intltool
Install intltool by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install &&
install -v -m644 -D doc/I18N-HOWTO \
/usr/share/doc/intltool-0.35.5/I18N-HOWTO
Last updated on 2007-04-04 21:42:53 +0200