From: Bruno Haible Date: Tue, 18 Feb 2003 13:03:57 +0000 (+0000) Subject: Document en@quot and en@boldquot. X-Git-Tag: v0.12~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1f0593e8ef0fe70ca9b1814d964e517e21c9fc;p=thirdparty%2Fgettext.git Document en@quot and en@boldquot. --- diff --git a/NEWS b/NEWS index a0b1735f1..fb52234ab 100644 --- 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. Version 0.11.5 - August 2002 diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 1b87f3319..5b125640e 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-16 Bruno Haible + + * gettext.texi (po/LINGUAS): Document en@quot and en@boldquot. + 2003-02-15 Bruno Haible * gettext.texi (PO Files): Mention the other -format and diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index c23c00177..f1aa312a5 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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