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

tdf#91199 add Venetian [vec-IT] to language list

Change-Id: Ide2837739a32142c39e933bda5761d620dcf2a35
üst 3807946b
...@@ -649,6 +649,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = ...@@ -649,6 +649,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_FRENCH_TOGO, "fr", "TG", 0 }, { LANGUAGE_USER_FRENCH_TOGO, "fr", "TG", 0 },
{ LANGUAGE_USER_KVEN_FINNISH, "fkv", "NO", 0 }, { LANGUAGE_USER_KVEN_FINNISH, "fkv", "NO", 0 },
{ LANGUAGE_USER_CHURCH_SLAVIC, "cu", "RU", 0 }, { LANGUAGE_USER_CHURCH_SLAVIC, "cu", "RU", 0 },
{ LANGUAGE_USER_VENETIAN, "vec", "IT", 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
......
...@@ -703,6 +703,7 @@ typedef unsigned short LanguageType; ...@@ -703,6 +703,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_FRENCH_TOGO 0x8C0C /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_FRENCH)) */ #define LANGUAGE_USER_FRENCH_TOGO 0x8C0C /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_FRENCH)) */
#define LANGUAGE_USER_KVEN_FINNISH 0x0693 #define LANGUAGE_USER_KVEN_FINNISH 0x0693
#define LANGUAGE_USER_CHURCH_SLAVIC 0x0694 #define LANGUAGE_USER_CHURCH_SLAVIC 0x0694
#define LANGUAGE_USER_VENETIAN 0x0695
/* Primary language ID range for on-the-fly assignment. */ /* Primary language ID range for on-the-fly assignment. */
......
...@@ -390,6 +390,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE ...@@ -390,6 +390,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "French (Niger)" ; LANGUAGE_USER_FRENCH_NIGER ; > ; < "French (Niger)" ; LANGUAGE_USER_FRENCH_NIGER ; > ;
< "French (Togo)" ; LANGUAGE_USER_FRENCH_TOGO ; > ; < "French (Togo)" ; LANGUAGE_USER_FRENCH_TOGO ; > ;
< "Kven Finnish" ; LANGUAGE_USER_KVEN_FINNISH ; > ; < "Kven Finnish" ; LANGUAGE_USER_KVEN_FINNISH ; > ;
< "Venetian" ; LANGUAGE_USER_VENETIAN ; > ;
}; };
}; };
......
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