diff options
author | Eike Rathke <erack@redhat.com> | 2013-10-04 17:00:55 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-04 17:02:05 +0200 |
commit | d281caacbe20b61fd53e4d54f0178b3f83266970 (patch) | |
tree | cbe71055746b7d1804b8849cbf5a387da51bb350 | |
parent | fb2dace68662afb5033ecfb1c8ea15b6c1d8d07d (diff) |
added Kumyk [kum-RU] to language list, fdo#70089
Change-Id: Iebf76555903fec1b533141104d3752735a8be075
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 1 | ||||
-rw-r--r-- | include/i18nlangtag/lang.h | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 5b9c9677747d..974656957128 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -562,6 +562,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_CORNISH, "kw", "UK", false }, { LANGUAGE_USER_SAMI_PITE_SWEDEN, "sje", "SE", false }, { LANGUAGE_USER_NGAEBERE, "gym", "PA", false }, + { LANGUAGE_USER_KUMYK, "kum", "RU", false }, { LANGUAGE_MULTIPLE, "mul", "" , false }, // multiple languages, many languages are used { LANGUAGE_UNDETERMINED, "und", "" , false }, // undetermined language, language cannot be identified { LANGUAGE_NONE, "zxx", "" , false }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h index eb2e504ea296..61da508dd2cd 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -583,6 +583,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_SAMI_PITE_SWEDEN 0x843B /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_SAMI_NORTHERN_NORWAY)) */ #define LANGUAGE_USER_NGAEBERE 0x0689 #define LANGUAGE_USER_ENGLISH_UK_OED 0x8C09 /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ +#define LANGUAGE_USER_KUMYK 0x068A /* Primary language ID range for on-the-fly assignment. */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 17527422083f..fcd096bd9589 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -370,6 +370,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "Cornish" ; LANGUAGE_USER_CORNISH ; > ; < "Sami, Pite (Sweden)" ; LANGUAGE_USER_SAMI_PITE_SWEDEN ; > ; < "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ; + < "Kumyk" ; LANGUAGE_USER_KUMYK ; > ; }; }; |