diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:34 +0000 |
| commit | 25b67dad1e5abf50f68dfa1ec453fac6bcb1a1ec (patch) | |
| tree | e48f303f466016ac2534e7dbfbb912d81f6dc238 /documentation/ref-manual/variables.rst | |
| parent | 741f3a7c0296e0f7f4de5d3981c4cbd0e3cc388f (diff) | |
| download | poky-25b67dad1e5abf50f68dfa1ec453fac6bcb1a1ec.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: 92a55345a56b5038c0344669daaa7a3a99dd0fc0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
| -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 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>`, |
