summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 261d11dd76..a9b9142636 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10325,6 +10325,18 @@ system and gives an overview of their function and contents.
10325 the Yocto Project Development Tasks Manual for information on how to 10325 the Yocto Project Development Tasks Manual for information on how to
10326 use this variable. 10326 use this variable.
10327 10327
10328 :term:`USE_NLS`
10329 Determine if language translations should be built for recipes that can
10330 build them. This variable can be equal to:
10331
10332 - ``yes``: translations are enabled.
10333 - ``no``: translation are disabled.
10334
10335 Recipes can use the value of this variable to enable language
10336 translations in their build. Classes such as :ref:`ref-classes-gettext`
10337 use the value of this variable to enable :wikipedia:`Gettext <Gettext>`
10338 support.
10339
10328 :term:`USE_VT` 10340 :term:`USE_VT`
10329 When using 10341 When using
10330 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`, 10342 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,