diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-08-08 17:23:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-08-08 17:23:48 +0000 |
commit | 985a094eac86252253e3669fb02e822c8577839d (patch) | |
tree | 92b008cd0d5d8ec632102d9577a7618076f55448 | |
parent | 5a07c87459d91299c50cb229a737f6c81dbf6a51 (diff) |
added missing gettext description of msgcat
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/gettext-desc.xml | 8 | ||||
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 9ce42dba3..c4b6af7c6 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -4,8 +4,8 @@ <sect3><title>Program Files</title> <para>config.charset, config.rpath, gettext, gettextize, hostname, -msgattrib, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, -msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, +msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, +msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger, urlget, user-email and xgettext</para></sect3> <sect3><title>Descriptions</title> @@ -38,6 +38,10 @@ forms.</para></sect4> <para>The msgattrib program filters the messages of a translation catalog 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> <para>The msgcmp program compares two raw translation files.</para></sect4> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5eb137722..0d19dbf67 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -49,6 +49,9 @@ </itemizedlist> </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 zlib-1.1.4.</para></listitem> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020806"> -<!ENTITY releasedate "August 6th, 2002"> +<!ENTITY version "20020808"> +<!ENTITY releasedate "August 8th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |