From 70f021e66ae73a99bff9bcc5b71eefb63fc74320 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 8 Mar 2022 14:57:29 -0500 Subject: [PATCH] Define ISO 639-3 "tok" [BZ #28950] Effective 2022-01-20 via SIL request 2021-043 the identifier "tok" is now active for Toki Pona in the code set for ISO 639-3. References: https://iso639-3.sil.org/code/tok https://iso639-3.sil.org/sites/iso639-3/files/change_requests/2021/2021-043.pdf No regressions on x86_64. --- locale/iso-639.def | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/iso-639.def b/locale/iso-639.def index 926aebada0..242e768226 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -480,6 +480,7 @@ DEFINE_LANGUAGE_CODE3 ("Tiv", tiv, tiv) DEFINE_LANGUAGE_CODE3 ("Tlingit", tli, tli) DEFINE_LANGUAGE_CODE3 ("Tok Pisin", tpi, tpi) DEFINE_LANGUAGE_CODE3 ("Tokelau", tkl, tkl) +DEFINE_LANGUAGE_CODE3 ("Toki Pona", tok, tok) DEFINE_LANGUAGE_CODE3 ("Tonga (Nyasa)", tog, tog) DEFINE_LANGUAGE_CODE ("Tonga (Tonga Islands)", to, ton, ton) DEFINE_LANGUAGE_CODE3 ("Tsimshian", tsi, tsi)