diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index a27331f8d9ec..a581b3e88bd2 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -516,6 +516,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_UDMURT, "udm", "RU" }, { LANGUAGE_USER_CORNISH, "kw", "UK" }, { LANGUAGE_USER_SAMI_PITE_SWEDEN, "sje", "SE" }, + { LANGUAGE_USER_NGAEBERE, "gym", "PA" }, { LANGUAGE_MULTIPLE, "mul", "" }, // multiple languages, many languages are used { LANGUAGE_UNDETERMINED, "und", "" }, // undetermined language, language cannot be identified { LANGUAGE_NONE, "zxx", "" }, // 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 c2281cbd555a..a970bdb877a9 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -559,6 +559,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_TIBETAN_INDIA 0x8051 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_TIBETAN)) */ #define LANGUAGE_USER_CORNISH 0x0688 #define LANGUAGE_USER_SAMI_PITE_SWEDEN 0x843B /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_SAMI_NORTHERN_NORWAY)) */ +#define LANGUAGE_USER_NGAEBERE 0x0689 #define LANGUAGE_USER_PRIV_JOKER 0xFFEB /* privateuse "*" (sic! bad! nasty!), primary 0x3eb, sub 0x3f */ #define LANGUAGE_USER_PRIV_COMMENT 0xFFEC /* privateuse "x-comment", primary 0x3ec, sub 0x3f */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 15abc144cfac..5c177e9b8bb4 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -365,6 +365,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "Tibetan (India)" ; LANGUAGE_USER_TIBETAN_INDIA ; > ; < "Cornish" ; LANGUAGE_USER_CORNISH ; > ; < "Sami, Pite (Sweden)" ; LANGUAGE_USER_SAMI_PITE_SWEDEN ; > ; + < "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ; }; };