From 75458bfab180a57597e674d38e2953c440cf118d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 1 Jun 2021 20:05:09 +0200 Subject: Add Sesotho {st-LS} 0x8030 to language list Change-Id: Ifb304fb1a5ed05e79bcaaaf96e12171377973222 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116552 Reviewed-by: Eike Rathke Tested-by: Jenkins --- i18nlangtag/source/isolang/isolang.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'i18nlangtag') diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 04ff6c1a52ea..1ca95bb35244 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -693,6 +693,7 @@ IsoLanguageCountryEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_CABECAR, "cjp", "CR", k0 }, { LANGUAGE_USER_BRIBRI, "bzd", "CR", k0 }, { LANGUAGE_USER_ENGLISH_DENMARK, "en", "DK", k0 }, + { LANGUAGE_USER_SESOTHO_LESOTHO, "st", "LS", k0 }, { LANGUAGE_MULTIPLE, "mul", "" , k0 }, // multiple languages, many languages are used { LANGUAGE_UNDETERMINED, "und", "" , k0 }, // undetermined language, language cannot be identified { LANGUAGE_NONE, "zxx", "" , k0 }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information -- cgit