]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Document en@quot and en@boldquot.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Feb 2003 13:03:57 +0000 (13:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:10 +0000 (12:10 +0200)
NEWS
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

diff --git a/NEWS b/NEWS
index a0b1735f10f56e6f924e6cbcff07cab5752ac8a6..fb52234ab32e671b41da3eef23ed0dd7a922783b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,9 @@ Version 0.11.6 - October 2002
   specified attribute manipulation to apply to selected messages only.
 
 * Compatibility with automake-1.7.
+
+* In documentation section po/LINGUAS:
+  - Document the optional "languages" en@quot and en@boldquot.
 \f
 Version 0.11.5 - August 2002
 
index 1b87f331922e58fe5f33ad7a3966c62c6c16ea69..5b125640e2934542f8ab9a9702b58c03d50896bd 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-16  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (po/LINGUAS): Document en@quot and en@boldquot.
+
 2003-02-15  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (PO Files): Mention the other <lang>-format and
index c23c001774ba49592bef91105707defb30f78984..f1aa312a555a5428ee8936954cb219eefa0b2c8d 100644 (file)
@@ -6031,6 +6031,22 @@ languages, this should not be done by modifying the @file{LINGUAS} file,
 but rather by using the @code{LINGUAS} environment variable
 (@pxref{Installers}).
 
+It is recommended that you add the "languages" @samp{en@@quot} and
+@samp{en@@boldquot} to the @code{LINGUAS} file.  @code{en@@quot} is a
+variant of English message catalogs (@code{en}) which uses real quotation
+marks instead of the ugly looking asymmetric ASCII substitutes @samp{`}
+and @samp{'}.  @code{en@@boldquot} is a variant of @code{en@@quot} that
+additionally outputs quoted pieces of text in a bold font, when used in
+a terminal emulator which supports the VT100 escape sequences (such as
+@code{xterm} or the Linux console, but not Emacs in @kbd{M-x shell} mode).
+
+These extra message catalogs @samp{en@@quot} and @samp{en@@boldquot}
+are constructed automatically, not by translators; to support them, you
+need the files @file{Rules-quot}, @file{quot.sed}, @file{boldquot.sed},
+@file{en@@quot.header}, @file{en@@boldquot.header}, @file{insert-header.sin}
+in the @file{po/} directory.  You can copy them from GNU gettext's @file{po/}
+directory; they are also installed by running @code{gettextize}.
+
 @node po/Makevars, configure.in, po/LINGUAS, Adjusting Files
 @subsection @file{Makefile} pieces in @file{po/}
 @cindex @file{Makevars} file