diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:07:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:07:25 +0200 |
commit | 3d0561d7546022605687802d19c5effcf89d7172 (patch) | |
tree | 664fd1adb5863202253e10fbab6fae157c04d56d /doc/gawktexi.in | |
parent | 68e8a8a5bb52a3db4971204e2e23cab2eb29097b (diff) | |
download | egawk-3d0561d7546022605687802d19c5effcf89d7172.tar.gz egawk-3d0561d7546022605687802d19c5effcf89d7172.tar.bz2 egawk-3d0561d7546022605687802d19c5effcf89d7172.zip |
Further doc on translations.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f0416df1..2cda4028 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -29087,10 +29087,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 |