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

added Lengo [lgr-SB], fdo#72512

Change-Id: I8614619224d65118d6057eab6c3f6f7ee8efc617
üst 1c993627
...@@ -643,6 +643,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = ...@@ -643,6 +643,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_FRENCH_BURKINA_FASO, "fr", "BF", 0 }, { LANGUAGE_USER_FRENCH_BURKINA_FASO, "fr", "BF", 0 },
{ LANGUAGE_USER_PUINAVE, "pui", "CO", 0 }, { LANGUAGE_USER_PUINAVE, "pui", "CO", 0 },
{ LANGUAGE_USER_AVAR, "av", "RU", 0 }, { LANGUAGE_USER_AVAR, "av", "RU", 0 },
{ LANGUAGE_USER_LENGO, "lgr", "SB", 0 },
{ LANGUAGE_MULTIPLE, "mul", "" , 0 }, // multiple languages, many languages are used { LANGUAGE_MULTIPLE, "mul", "" , 0 }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , 0 }, // undetermined language, language cannot be identified { 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 { LANGUAGE_NONE, "zxx", "" , 0 }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
......
...@@ -697,6 +697,7 @@ typedef unsigned short LanguageType; ...@@ -697,6 +697,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_AVAR 0x0690 #define LANGUAGE_USER_AVAR 0x0690
#define LANGUAGE_USER_CREE_PLAINS_LATIN 0x0691 #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_CREE_PLAINS_SYLLABICS 0x8291 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_CREE_PLAINS_LATIN)) */
#define LANGUAGE_USER_LENGO 0x0692
/* Primary language ID range for on-the-fly assignment. */ /* Primary language ID range for on-the-fly assignment. */
......
...@@ -382,6 +382,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE ...@@ -382,6 +382,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Avar" ; LANGUAGE_USER_AVAR ; > ; < "Avar" ; LANGUAGE_USER_AVAR ; > ;
< "Cree, Plains, Latin" ; LANGUAGE_USER_CREE_PLAINS_LATIN ; > ; < "Cree, Plains, Latin" ; LANGUAGE_USER_CREE_PLAINS_LATIN ; > ;
< "Cree, Plains, Syllabics" ; LANGUAGE_USER_CREE_PLAINS_SYLLABICS ; > ; < "Cree, Plains, Syllabics" ; LANGUAGE_USER_CREE_PLAINS_SYLLABICS ; > ;
< "Lengo" ; LANGUAGE_USER_LENGO ; > ;
}; };
}; };
......
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