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

tdf#93468 add Arpitan (Switzerland) [frp-CH]

Change-Id: Icb96b45c936b974938c2dfae48960f727a1dc84d
üst cc596d8d
...@@ -658,6 +658,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = ...@@ -658,6 +658,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_OCCITAN_ARANESE, "oc", "ES", 0 }, { LANGUAGE_USER_OCCITAN_ARANESE, "oc", "ES", 0 },
{ LANGUAGE_USER_ARPITAN_FRANCE, "frp", "FR", 0 }, { LANGUAGE_USER_ARPITAN_FRANCE, "frp", "FR", 0 },
{ LANGUAGE_USER_ARPITAN_ITALY, "frp", "IT", 0 }, { LANGUAGE_USER_ARPITAN_ITALY, "frp", "IT", 0 },
{ LANGUAGE_USER_ARPITAN_SWITZERLAND, "frp", "CH", 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
......
...@@ -700,6 +700,7 @@ typedef unsigned short LanguageType; ...@@ -700,6 +700,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_ENGLISH_UK_OXENDICT 0x9409 /* makeLangID( 0x25, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ #define LANGUAGE_USER_ENGLISH_UK_OXENDICT 0x9409 /* makeLangID( 0x25, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_ARPITAN_FRANCE 0x0696 #define LANGUAGE_USER_ARPITAN_FRANCE 0x0696
#define LANGUAGE_USER_ARPITAN_ITALY 0x0A96 /* makeLangID( 0x02, getPrimaryLanguage( LANGUAGE_USER_ARPITAN_FRANCE)) */ #define LANGUAGE_USER_ARPITAN_ITALY 0x0A96 /* makeLangID( 0x02, getPrimaryLanguage( LANGUAGE_USER_ARPITAN_FRANCE)) */
#define LANGUAGE_USER_ARPITAN_SWITZERLAND 0x0E96 /* makeLangID( 0x03, getPrimaryLanguage( LANGUAGE_USER_ARPITAN_FRANCE)) */
/* Primary language ID range for on-the-fly assignment. */ /* Primary language ID range for on-the-fly assignment. */
......
...@@ -395,6 +395,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE ...@@ -395,6 +395,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Aranese" ; LANGUAGE_USER_OCCITAN_ARANESE ; > ; < "Aranese" ; LANGUAGE_USER_OCCITAN_ARANESE ; > ;
< "Arpitan (France)" ; LANGUAGE_USER_ARPITAN_FRANCE ; > ; < "Arpitan (France)" ; LANGUAGE_USER_ARPITAN_FRANCE ; > ;
< "Arpitan (Italy)" ; LANGUAGE_USER_ARPITAN_ITALY ; > ; < "Arpitan (Italy)" ; LANGUAGE_USER_ARPITAN_ITALY ; > ;
< "Arpitan (Switzerland)" ; LANGUAGE_USER_ARPITAN_SWITZERLAND ; > ;
}; };
}; };
......
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