summaryrefslogtreecommitdiffstats
path: root/doc/gettext_9.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gettext_9.html')
-rw-r--r--doc/gettext_9.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gettext_9.html b/doc/gettext_9.html
index 415c638..dc0e0f4 100644
--- a/doc/gettext_9.html
+++ b/doc/gettext_9.html
@@ -1,7 +1,7 @@
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52a
- from gettext.texi on 30 November 2001 -->
+ from gettext.texi on 31 January 2002 -->
<TITLE>GNU gettext utilities - 9 The User's View</TITLE>
</HEAD>
@@ -10,7 +10,7 @@ Go to the <A HREF="gettext_1.html">first</A>, <A HREF="gettext_8.html">previous<
<P><HR><P>
-<H1><A NAME="SEC131" HREF="gettext_toc.html#TOC131">9 The User's View</A></H1>
+<H1><A NAME="SEC134" HREF="gettext_toc.html#TOC134">9 The User's View</A></H1>
<P>
When GNU <CODE>gettext</CODE> will truly have reached its goal, average users
@@ -43,7 +43,7 @@ for both installers and end users.
-<H2><A NAME="SEC132" HREF="gettext_toc.html#TOC132">9.1 The Current <TT>`ABOUT-NLS&acute;</TT> Matrix</A></H2>
+<H2><A NAME="SEC135" HREF="gettext_toc.html#TOC135">9.1 The Current <TT>`ABOUT-NLS&acute;</TT> Matrix</A></H2>
<P>
Languages are not equally supported in all packages using GNU
@@ -52,7 +52,7 @@ may check the distribution for the <TT>`ABOUT-NLS&acute;</TT> information file,
some <TT>`<VAR>ll</VAR>.po&acute;</TT> files, often kept together into some <TT>`po/&acute;</TT>
directory, or for an <TT>`intl/&acute;</TT> directory. Internationalized packages
have usually many <TT>`<VAR>ll</VAR>.po&acute;</TT> files, where <VAR>ll</VAR> represents
-the language. section <A HREF="gettext_9.html#SEC134">9.3 Magic for End Users</A> for a complete description of the format
+the language. section <A HREF="gettext_9.html#SEC137">9.3 Magic for End Users</A> for a complete description of the format
for <VAR>ll</VAR>.
</P>
@@ -70,7 +70,7 @@ Translation Project sites, and also on most GNU archive sites.
</P>
-<H2><A NAME="SEC133" HREF="gettext_toc.html#TOC133">9.2 Magic for Installers</A></H2>
+<H2><A NAME="SEC136" HREF="gettext_toc.html#TOC136">9.2 Magic for Installers</A></H2>
<P>
By default, packages fully using GNU <CODE>gettext</CODE>, internally,
@@ -99,14 +99,14 @@ codes, stating which languages are allowed.
</P>
-<H2><A NAME="SEC134" HREF="gettext_toc.html#TOC134">9.3 Magic for End Users</A></H2>
+<H2><A NAME="SEC137" HREF="gettext_toc.html#TOC137">9.3 Magic for End Users</A></H2>
<P>
We consider here those packages using GNU <CODE>gettext</CODE> internally,
and for which the installers did not disable translation at
<EM>configure</EM> time. Then, users only have to set the <CODE>LANG</CODE>
environment variable to the appropriate <SAMP>`<VAR>ll</VAR>_<VAR>CC</VAR>&acute;</SAMP>
-combination prior to using the programs in the package. See section <A HREF="gettext_9.html#SEC132">9.1 The Current <TT>`ABOUT-NLS&acute;</TT> Matrix</A>.
+combination prior to using the programs in the package. See section <A HREF="gettext_9.html#SEC135">9.1 The Current <TT>`ABOUT-NLS&acute;</TT> Matrix</A>.
For example, let's presume a German site. At the shell prompt, users
merely have to execute <SAMP>`setenv LANG de_DE&acute;</SAMP> (in <CODE>csh</CODE>) or
<SAMP>`export LANG; LANG=de_DE&acute;</SAMP> (in <CODE>sh</CODE>). They could even do