mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 10:45:22 +01:00
added missing gettext description of msgcat
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5a07c87459
commit
985a094eac
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<sect3><title>Program Files</title>
|
<sect3><title>Program Files</title>
|
||||||
<para>config.charset, config.rpath, gettext, gettextize, hostname,
|
<para>config.charset, config.rpath, gettext, gettextize, hostname,
|
||||||
msgattrib, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt,
|
msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter,
|
||||||
msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id,
|
msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id,
|
||||||
team-address, trigger, urlget, user-email and xgettext</para></sect3>
|
team-address, trigger, urlget, user-email and xgettext</para></sect3>
|
||||||
|
|
||||||
<sect3><title>Descriptions</title>
|
<sect3><title>Descriptions</title>
|
||||||
@ -38,6 +38,10 @@ forms.</para></sect4>
|
|||||||
<para>The msgattrib program filters the messages of a translation catalog
|
<para>The msgattrib program filters the messages of a translation catalog
|
||||||
according to their attributes, and manipulates the attributes.</para></sect4>
|
according to their attributes, and manipulates the attributes.</para></sect4>
|
||||||
|
|
||||||
|
<sect4><title>msgcat</title>
|
||||||
|
<para>The msgcat program finds messages which are common in several raw
|
||||||
|
translations.</para></sect4>
|
||||||
|
|
||||||
<sect4><title>msgcmp</title>
|
<sect4><title>msgcmp</title>
|
||||||
<para>The msgcmp program compares two raw translation files.</para></sect4>
|
<para>The msgcmp program compares two raw translation files.</para></sect4>
|
||||||
|
|
||||||
|
@ -49,6 +49,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
|
||||||
|
missing program description of msgcat.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>August 4th, 2002 [timothy]: Added
|
<listitem><para>August 4th, 2002 [timothy]: Added
|
||||||
zlib-1.1.4.</para></listitem>
|
zlib-1.1.4.</para></listitem>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20020806">
|
<!ENTITY version "20020808">
|
||||||
<!ENTITY releasedate "August 6th, 2002">
|
<!ENTITY releasedate "August 8th, 2002">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user