Переглянути джерело

added missing gettext description of msgcat

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 роки тому
батько
коміт
985a094eac
3 змінених файлів з 11 додано та 4 видалено
  1. 6 2
      appendixa/gettext-desc.xml
  2. 3 0
      chapter01/changelog.xml
  3. 2 2
      index.xml

+ 6 - 2
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>
 

+ 3 - 0
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>
 

+ 2 - 2
index.xml

@@ -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">