source: appendixa/gettext-desc.xml@ 443cace

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 443cace was 5888299, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Moving stuff from appendix A to chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<sect2><title>Short descriptions</title>
2
3<para><command>autopoint</command> copies standard gettext infrastructure
4files into a source package.</para>
5
6<para><command>config.charset</command> outputs a system-dependent table of
7character encoding aliases.</para>
8
9<para><command>config.rpath</command> outputs a system-dependent set of
10variables, describing how to set the runtime search path of shared libraries in an
11executable.</para>
12
13<para><command>envsubst</command> substitutes environment variables in shell
14format strings.</para>
15
16<para><command>gettext</command> translates a natural language message into
17the user's language, by looking up the translation in a message catalog.</para>
18
19<para><command>gettextize</command> copies all standard Gettext files into
20the given top-level directory of a package, to begin internationalizing it.</para>
21
22<para><command>hostname</command> displays a network hostname in various
23forms.</para>
24
25<para><command>msgattrib</command> filters the messages of a translation
26catalog according to their attributes and manipulates the attributes.</para>
27
28<para><command>msgcat</command> concatenates and merges the given
29<filename>.po</filename> files.</para>
30
31<para><command>msgcmp</command> compares two <filename>.po</filename>
32files to check that both contain the same set of msgid strings.</para>
33
34<para><command>msgcomm</command> finds the messages that are common to
35to the given <filename>.po</filename> files.</para>
36
37<para><command>msgconv</command> converts a translation catalog to a
38different character encoding.</para>
39
40<para><command>msgen</command> creates an English translation catalog.</para>
41
42<para><command>msgexec</command> applies a command to all translations of a
43translation catalog.</para>
44
45<para><command>msgfilter</command> applies a filter to all translations of a
46translation catalog.</para>
47
48<para><command>msgfmt</command> generates a binary message catalog from
49from a translation catalog.</para>
50
51<para><command>msggrep</command> extracts all messages of a translation
52catalog that match a given pattern or belong to some given source files.</para>
53
54<para><command>msginit</command> creates a new <filename>.po</filename>
55file, initializing the meta information with values from the user's
56environment.</para>
57
58<para><command>msgmerge</command> combines two raw translations into a
59single file.</para>
60
61<para><command>msgunfmt</command> decompiles a binary message catalog
62into raw translation text.</para>
63
64<para><command>msguniq</command> unifies duplicate translations in a
65translation catalog.</para>
66
67<para><command>ngettext</command> displays native language translations of a
68textual message whose grammatical form depends on a number.</para>
69
70<para><command>xgettext</command> extracts the translatable message lines
71from the given source files, to make the first translation template.</para>
72
73<para><command>libasprintf</command> defines the autosprintf class which
74makes C formatted output routines usable in C++ programs, for use with the
75&lt;string&gt; strings and the &lt;iostream&gt; streams.</para>
76
77<para><command>libgettextlib</command> is a private library containing
78common routines used by the various gettext programs. They're not meant for
79general use.</para>
80
81<para><command>libgettextpo</command> is used to write specialized
82programs that process PO files. This library is used when the standard
83applications shipped with gettext won't suffice (such as msgcomm, msgcmp,
84msgattrib and msgen).</para>
85
86<para><command>libgettextsrc</command> is a private library containing
87common routines used by the various gettext programs. They're not meant for
88general use.</para>
89
90</sect2>
91
Note: See TracBrowser for help on using the repository browser.