From 09f30ca2c5bbf94de32bd8215bd8ad58beab64ab Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Wed, 20 Sep 2023 12:15:30 -0400 Subject: [PATCH] Update goodtoknow.rst with correct automatic explicit label --- docs/goodtoknow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/goodtoknow.rst b/docs/goodtoknow.rst index 2a270830..40d5a075 100644 --- a/docs/goodtoknow.rst +++ b/docs/goodtoknow.rst @@ -60,7 +60,7 @@ In a config file, activating French translations for both xclim's indicators and Which can also be activated in the code using :py:func:`xclim.core.options.set_options`. Note that this only applies to attributes that are *added* to a dataset. Some xscen functions will instead update an existing attribute. For example, when calculating the climatology of a variable with `long_name` `Mean temperature`, :py:func:`climatological_mean` will update the `long_name` as `30-year average of Mean temperature`. This automatic update is done for all locales available in the variable, no matter what xclim option is activated. For example, if a `long_name_eu` exists in the variable and a Basque translation catalog exists in that xscen instance, then the attribute will be translated, no matter what xclim's ``metadata_locales`` is set to. -Translation is of course not automatic but relies on manually populated `gettext `_ catalogs. xscen ships with a catalog of french (fr) translations. See :ref:`Translating xscen` to learn how to add translations to xscen. xclim's documentation of the same subject is `here `_. +Translation is of course not automatic but relies on manually populated `gettext `_ catalogs. xscen ships with a catalog of french (fr) translations. See :ref:`contributing/translating-xscen` to learn how to add translations to xscen. xclim's documentation of the same subject is `here `_. Module-wide options -------------------