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 9bf7a3cacf..94a85e3d65 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -829,6 +829,14 @@ software that uses the GNU ``gettext`` internationalization and localization
829system. All recipes building software that use ``gettext`` should inherit this 829system. All recipes building software that use ``gettext`` should inherit this
830class. 830class.
831 831
832This class will configure recipes to build translations *unless*:
833
834- the :term:`USE_NLS` variable is set to ``no``, or
835
836- the :term:`INHIBIT_DEFAULT_DEPS` variable is set and the recipe inheriting
837 the :ref:`ref-classes-gettext` class does not also inherit the
838 :ref:`ref-classes-cross-canadian` class.
839
832.. _ref-classes-gnomebase: 840.. _ref-classes-gnomebase:
833 841
834``gnomebase`` 842``gnomebase``