Kaydet (Commit) 3a14b935 authored tarafından Eike Rathke's avatar Eike Rathke

add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351

Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2
üst a7eee33d
......@@ -644,6 +644,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_PUINAVE, "pui", "CO", 0 },
{ LANGUAGE_USER_AVAR, "av", "RU", 0 },
{ LANGUAGE_USER_LENGO, "lgr", "SB", 0 },
{ LANGUAGE_USER_FRENCH_BENIN, "fr", "BJ", 0 },
{ LANGUAGE_MULTIPLE, "mul", "" , 0 }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , 0 }, // undetermined language, language cannot be identified
{ LANGUAGE_NONE, "zxx", "" , 0 }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
......
......@@ -698,6 +698,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_CREE_PLAINS_LATIN 0x0691
#define LANGUAGE_USER_CREE_PLAINS_SYLLABICS 0x8291 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_CREE_PLAINS_LATIN)) */
#define LANGUAGE_USER_LENGO 0x0692
#define LANGUAGE_USER_FRENCH_BENIN 0x840C /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_FRENCH)) */
/* Primary language ID range for on-the-fly assignment. */
......
......@@ -384,6 +384,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Lengo" ; LANGUAGE_USER_LENGO ; > ;
< "French (Côte d'Ivoire)" ; LANGUAGE_FRENCH_COTE_D_IVOIRE ; > ;
< "French (Mali)" ; LANGUAGE_FRENCH_MALI ; > ;
< "French (Benin)" ; LANGUAGE_USER_FRENCH_BENIN ; > ;
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment