summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d5d59cdc99..63c756e78e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -913,6 +913,14 @@ software that uses the GNU ``gettext`` internationalization and localization
913system. All recipes building software that use ``gettext`` should inherit this 913system. All recipes building software that use ``gettext`` should inherit this
914class. 914class.
915 915
916This class will configure recipes to build translations *unless*:
917
918- the :term:`USE_NLS` variable is set to ``no``, or
919
920- the :term:`INHIBIT_DEFAULT_DEPS` variable is set and the recipe inheriting
921 the :ref:`ref-classes-gettext` class does not also inherit the
922 :ref:`ref-classes-cross-canadian` class.
923
916.. _ref-classes-github-releases: 924.. _ref-classes-github-releases:
917 925
918``github-releases`` 926``github-releases``