diff options
author | Eike Rathke <erack@redhat.com> | 2017-06-19 19:25:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-19 19:25:26 +0200 |
commit | ecf88f83f877fd08a6d5a418c17fdf36b82a8369 (patch) | |
tree | b90d6033206305fa49357a52e90df733f705c07c | |
parent | e3b4987450b9bd39bb68fa3d9c9efa03b059f12a (diff) |
Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language list
Change-Id: I9ba7a9d104dd6a5e47aa62058d0602101053e9af
-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 | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 9ee33709f041..87bc329e9596 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -668,6 +668,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_SILESIAN, "szl", "PL", k0 }, { LANGUAGE_USER_MANCHU, "mnc", "CN", k0 }, { LANGUAGE_USER_XIBE, "sjo", "CN", k0 }, + { LANGUAGE_USER_KITUBA_DRCONGO, "ktu", "CD", 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 diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h index cc87c8283b1b..0fbd4d3d597c 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -736,6 +736,7 @@ namespace o3tl #define LANGUAGE_USER_HUNGARIAN_ROVAS LanguageType(0x800E) /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_HUNGARIAN)) */ #define LANGUAGE_USER_MANCHU LanguageType(0x069A) #define LANGUAGE_USER_XIBE LanguageType(0x069B) +#define LANGUAGE_USER_KITUBA_DRCONGO LanguageType(0x069C) /* XXX Add new user defined LCIDs ^^^ there. diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index ebdffae445a9..bf088d4c112b 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -321,7 +321,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "Haitian" ; LANGUAGE_USER_HAITIAN ; > ; < "Beembe" ; LANGUAGE_USER_BEEMBE ; > ; < "Bekwel" ; LANGUAGE_USER_BEKWEL ; > ; - < "Kituba" ; LANGUAGE_USER_KITUBA ; > ; + < "Kituba (Congo)" ; LANGUAGE_USER_KITUBA ; > ; < "Lari" ; LANGUAGE_USER_LARI ; > ; < "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ; < "Teke-Eboo" ; LANGUAGE_USER_TEKE_EBOO ; > ; @@ -402,6 +402,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "English (Malaysia)" ; LANGUAGE_ENGLISH_MALAYSIA ; > ; < "Manchu" ; LANGUAGE_USER_MANCHU ; > ; < "Xibe" ; LANGUAGE_USER_XIBE ; > ; + < "Kituba (Democratic Republic of the Congo)" ; LANGUAGE_USER_KITUBA_DRCONGO ; > ; }; }; |