summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-10-27 13:43:42 +0100
committerSteve Sakoman <steve@sakoman.com>2025-11-03 07:17:02 -0800
commit448d31c10b4a2f57e06c182b89d0449110859d67 (patch)
tree5ce49868257b4a0453a2a93f5935587c609d6c46 /documentation/ref-manual
parent121ce25859a519df3fce09196850a19e5049a8de (diff)
downloadpoky-448d31c10b4a2f57e06c182b89d0449110859d67.tar.gz
ref-manual/variables.rst: document the USE_NLS variable
Part of bitbake.conf, this variable allowing to enable or disable translation was undocumented. Add a entry to the glossary. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 675b776390c8079deb8f1912dac44b574688a9c7) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 92a55345a56b5038c0344669daaa7a3a99dd0fc0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-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>`,