aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:09:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:09:49 +0200
commitfeebb01f31e29740b050da1531416c90a12352ca (patch)
treeb693ec44973e3a6566213b9e01ddb83db619c732 /doc/gawk.texi
parent56f4a4139ad7e81064e25887f959a4a6e5e54a58 (diff)
parent3d0561d7546022605687802d19c5effcf89d7172 (diff)
downloadegawk-feebb01f31e29740b050da1531416c90a12352ca.tar.gz
egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.bz2
egawk-feebb01f31e29740b050da1531416c90a12352ca.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 44c00d00..5f304a1b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30108,10 +30108,10 @@ The directory has the form @file{@var{locale}/LC_MESSAGES}, where
@var{locale} is a locale name known to the C @command{gettext} routines.
How do we know which locale to use? It turns out that there are
-three different environment variables used by the C @command{gettext} routines.
-In order, they are @env{$LANGUAGE}, @env{$LC_ALL}, and @env{$LANG}.@footnote{Well,
-sort of. It seems that if @env{$LC_ALL} is set to @samp{C}, then no translations
-are done. Go figure.}
+four different environment variables used by the C @command{gettext} routines.
+In order, they are @env{$LANGUAGE}, @env{$LC_ALL}, @env{$LANG}, and
+@env{$LC_MESSAGES}.@footnote{Well, sort of. It seems that if @env{$LC_ALL}
+is set to @samp{C}, then no translations are done. Go figure.}
Thus, we check the value of @env{$LANGUAGE}:
@example