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.34/intltool-0.34.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/intltool/0.34/intltool-0.34.2.tar.bz2
Download MD5 sum: 83914f744d927579cc47c52f8b08bf60
Download size: 132 KB
Estimated disk space required: 1.6 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.34.2/I18N-HOWTO
Last updated on 2007-02-14 11:57:11 -0600