diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:42 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-31 06:23:13 -0700 |
| commit | ea90d0a5b1efe1d42372d1144bf515c4663744d6 (patch) | |
| tree | 17d83ef10196a96ef3f0bfd85b55cfacbc8095e2 | |
| parent | 9e1c28514a15077d2c96c32f4d7b86d9bf6fdb06 (diff) | |
| download | poky-ea90d0a5b1efe1d42372d1144bf515c4663744d6.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: 380018c93b0aa4832985bf083620fabee96dda72)
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>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 635eea4525..6c461810dd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -9573,6 +9573,18 @@ system and gives an overview of their function and contents. | |||
| 9573 | the Yocto Project Development Tasks Manual for information on how to | 9573 | the Yocto Project Development Tasks Manual for information on how to |
| 9574 | use this variable. | 9574 | use this variable. |
| 9575 | 9575 | ||
| 9576 | :term:`USE_NLS` | ||
| 9577 | Determine if language translations should be built for recipes that can | ||
| 9578 | build them. This variable can be equal to: | ||
| 9579 | |||
| 9580 | - ``yes``: translations are enabled. | ||
| 9581 | - ``no``: translation are disabled. | ||
| 9582 | |||
| 9583 | Recipes can use the value of this variable to enable language | ||
| 9584 | translations in their build. Classes such as :ref:`ref-classes-gettext` | ||
| 9585 | use the value of this variable to enable :wikipedia:`Gettext <Gettext>` | ||
| 9586 | support. | ||
| 9587 | |||
| 9576 | :term:`USE_VT` | 9588 | :term:`USE_VT` |
| 9577 | When using | 9589 | When using |
| 9578 | :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`, | 9590 | :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`, |
