From 07bceef2a9c520e24da427c7ce500ad36ad37571 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 31 Aug 2011 14:09:14 +0200 Subject: locale: support $LANGUAGE too $LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510 --- man/locale.conf.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/locale.conf.xml') diff --git a/man/locale.conf.xml b/man/locale.conf.xml index 742c5ebb2d..37239974b6 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -69,6 +69,7 @@ Note that the kernel command line options locale.LANG=, + locale.LANGUAGE=, locale.LC_CTYPE=, locale.LC_NUMERIC=, locale.LC_TIME=, @@ -101,6 +102,7 @@ The following locale settings may be set using /etc/locale.conf: LANG=, + LANGUAGE=, LC_CTYPE=, LC_NUMERIC=, LC_TIME=, -- cgit v1.2.3-54-g00ecf