Difference between revisions of "Intltool"
From CBLFS
Jump to navigationJump to search (→Introduction to Intltool) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Blank-Package-Introduction}} | |
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 12:20, 16 April 2007
Download Source: | http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.bz2 |
---|
Contents
Introduction to Intltool
Project Homepage: Unknown
Dependencies
Required
Non-Multilib or Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && install -v -m644 -D doc/I18N-HOWTO \ /usr/share/doc/intltool-0.40.6/I18N-HOWTO
Contents
Installed Programs: | intltoolize, intltool-extract, intltool-merge, intltool-prepare, and intltool-update |
---|---|
Installed Libraries: | None |
Installed Directories: | /usr/share/intltool and /usr/share/doc/intltool-0.40.6 |
Short Descriptions
intltoolize | prepares a package to use intltool. |
---|---|
intltool-extract | generates header files that can be read by gettext. |
intltool-merge | merges translated strings into various file types. |
intltool-prepare | updates pot files and merges them with translation files. |
intltool-update | updates the po template files and merges them with the translations. |