diff options
| -rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
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 | |||
| 913 | system. All recipes building software that use ``gettext`` should inherit this | 913 | system. All recipes building software that use ``gettext`` should inherit this |
| 914 | class. | 914 | class. |
| 915 | 915 | ||
| 916 | This 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`` |
