Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language list

Change-Id: I9ba7a9d104dd6a5e47aa62058d0602101053e9af
This commit is contained in:
Eike Rathke
2017-06-19 19:25:15 +02:00
parent e3b4987450
commit ecf88f83f8
3 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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 ; > ;
};
};