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

tdf#90428 add Aranese [oc-ES] to language list

Change-Id: Ieb66fd5d84afd666d66d47c936aa7ebdc7bcb1da
üst f4b189df
......@@ -651,6 +651,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_CHURCH_SLAVIC, "cu", "RU", 0 },
{ LANGUAGE_USER_VENETIAN, "vec", "IT", 0 },
{ LANGUAGE_USER_ENGLISH_GAMBIA, "en", "GM", 0 },
{ LANGUAGE_USER_OCCITAN_ARANESE, "oc", "ES", 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
......
......@@ -705,6 +705,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_CHURCH_SLAVIC 0x0694
#define LANGUAGE_USER_VENETIAN 0x0695
#define LANGUAGE_USER_ENGLISH_GAMBIA 0x9009 /* makeLangID( 0x24, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_OCCITAN_ARANESE 0x8082 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_OCCITAN_FRANCE)) */
/* Primary language ID range for on-the-fly assignment. */
......
......@@ -392,6 +392,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kven Finnish" ; LANGUAGE_USER_KVEN_FINNISH ; > ;
< "Venetian" ; LANGUAGE_USER_VENETIAN ; > ;
< "English (Gambia)" ; LANGUAGE_USER_ENGLISH_GAMBIA ; > ;
< "Aranese" ; LANGUAGE_USER_OCCITAN_ARANESE ; > ;
};
};
......
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