From 259e12047cdd39fb986c23e8c53edcf2aa8da545 Mon Sep 17 00:00:00 2001 From: Martin Bens Date: Mon, 11 Oct 2021 18:54:08 +0200 Subject: [PATCH] Language codes: 'ISO 639-2 alpha-3' mentions specified to 'ISO 639-2 alpha-3 (2T)'. --- reference/constraints/Language.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/constraints/Language.rst b/reference/constraints/Language.rst index 0d9522dc882..6c9d81119f7 100644 --- a/reference/constraints/Language.rst +++ b/reference/constraints/Language.rst @@ -101,7 +101,7 @@ alpha3 **type**: ``boolean`` **default**: ``false`` If this option is ``true``, the constraint checks that the value is a -`ISO 639-2`_ three-letter code (e.g. French = ``fra``) instead of the default +`ISO 639-2 (2T)`_ three-letter code (e.g. French = ``fra``) instead of the default `ISO 639-1`_ two-letter code (e.g. French = ``fr``). .. include:: /reference/constraints/_groups-option.rst.inc @@ -129,4 +129,4 @@ Parameter Description .. include:: /reference/constraints/_payload-option.rst.inc .. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes -.. _`ISO 639-2`: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes +.. _`ISO 639-2 (2T)`: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes