summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index cd55bf13b1..e80c5a6e92 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -11139,6 +11139,18 @@ system and gives an overview of their function and contents.
11139 the Yocto Project Development Tasks Manual for information on how to 11139 the Yocto Project Development Tasks Manual for information on how to
11140 use this variable. 11140 use this variable.
11141 11141
11142 :term:`USE_NLS`
11143 Determine if language translations should be built for recipes that can
11144 build them. This variable can be equal to:
11145
11146 - ``yes``: translations are enabled.
11147 - ``no``: translation are disabled.
11148
11149 Recipes can use the value of this variable to enable language
11150 translations in their build. Classes such as :ref:`ref-classes-gettext`
11151 use the value of this variable to enable :wikipedia:`Gettext <Gettext>`
11152 support.
11153
11142 :term:`USE_VT` 11154 :term:`USE_VT`
11143 When using 11155 When using
11144 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`, 11156 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,