%general-entities; ]> intltool &intltool-version;
&intltool-url;
Intltool-&intltool-version; Intltool <para>The Intltool is an internationalization tool used for extracting translatable strings from source files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&intltool-fin-sbu;</seg> <seg>&intltool-fin-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Intltool First fix a warning that is caused by perl-5.22 and later: sed -i 's:\\\${:\\\$\\{:' intltool-update.in The above regular expression looks unusual because of all the backslashes. What it does is add a backslash before the right brace character in the sequence '\${' resulting in '\$\{'. Prepare Intltool for compilation: ./configure --prefix=/usr Compile the package: make To test the results, issue: make check Install the package: make install install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO Contents of Intltool Installed programs Installed directories intltool-extract, intltool-merge, intltool-prepare, intltool-update, and intltoolize /usr/share/doc/intltool-&intltool-version; and /usr/share/intltool Short Descriptions intltoolize Prepares a package to use intltool intltoolize intltool-extract Generates header files that can be read by gettext intltool-extract intltool-merge Merges translated strings into various file types intltool-merge intltool-prepare Updates pot files and merges them with translation files intltool-prepare intltool-update Updates the po template files and merges them with the translations intltool-update