summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx1
-rw-r--r--include/i18nlangtag/lang.h1
-rw-r--r--svtools/source/misc/langtab.src1
3 files changed, 3 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index f1f92b8c8f7f..25e8eb29529a 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -585,6 +585,7 @@ static IsoLanguageScriptCountryEntry const aImplIsoLangScriptEntries[] =
{ LANGUAGE_MONGOLIAN, "mn-Cyrl", "MN" }, // macrolanguage code
{ LANGUAGE_MONGOLIAN_MONGOLIAN, "mn-Mong", "MN" }, // macrolanguage code
{ LANGUAGE_USER_PALI_LATIN, "pi-Latn", "" },
+ { LANGUAGE_USER_KARAKALPAK_LATIN, "kaa-Latn", "UZ" },
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index 5acb32900520..f66de3742b85 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -585,6 +585,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_ENGLISH_UK_OED 0x8C09 /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_KUMYK 0x068A
#define LANGUAGE_USER_NOGAI 0x068B
+#define LANGUAGE_USER_KARAKALPAK_LATIN 0x068C
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 01c8ca046d2b..e60adbed3529 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -372,6 +372,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ;
< "Kumyk" ; LANGUAGE_USER_KUMYK ; > ;
< "Nogai" ; LANGUAGE_USER_NOGAI ; > ;
+ < "Karakalpak Latin" ; LANGUAGE_USER_KARAKALPAK_LATIN ; > ;
};
};