From 4ab82de627b9350f79371e0b8776463b40cea582 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 7d58491c416..35e253a388c 100644 --- a/reference/constraints/Language.rst +++ b/reference/constraints/Language.rst @@ -88,7 +88,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 @@ -111,4 +111,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