diff --git a/doc_src/language.rst b/doc_src/language.rst index e37a510a4..2cc4f568a 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1833,6 +1833,13 @@ In UNIX, these are made up of several categories. The categories used by fish ar Example values are ``en_US.UTF-8`` for the American English or ``de_AT.UTF-8`` for Austrian German. Your operating system might have a ``locale`` command that you can call as ``locale -a`` to see a list of defined locales. +.. envvar:: LANGUAGE + + This is treated like :envvar:`LC_MESSAGES` except that it can hold multiple values, + which allows to specify a priority list of languages for translation. + It's a :ref:`PATH variable `, like in `GNU gettext `__. + See also :doc:`builtin _ (underscore) `. + .. envvar:: LC_ALL Overrides the :envvar:`LANG` and all other ``LC_*`` variables.