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

added Ladin [lld-IT] to language list, fdo#70530

Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3
üst f649a16e
......@@ -565,6 +565,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_NGAEBERE, "gym", "PA", false },
{ LANGUAGE_USER_KUMYK, "kum", "RU", false },
{ LANGUAGE_USER_NOGAI, "nog", "RU", false },
{ LANGUAGE_USER_LADIN, "lld", "IT", false },
{ LANGUAGE_MULTIPLE, "mul", "" , false }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , false }, // undetermined language, language cannot be identified
{ LANGUAGE_NONE, "zxx", "" , false }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
......
......@@ -591,6 +591,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_KUMYK 0x068A
#define LANGUAGE_USER_NOGAI 0x068B
#define LANGUAGE_USER_KARAKALPAK_LATIN 0x068C
#define LANGUAGE_USER_LADIN 0x068D
/* Primary language ID range for on-the-fly assignment. */
......
......@@ -373,6 +373,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kumyk" ; LANGUAGE_USER_KUMYK ; > ;
< "Nogai" ; LANGUAGE_USER_NOGAI ; > ;
< "Karakalpak Latin" ; LANGUAGE_USER_KARAKALPAK_LATIN ; > ;
< "Ladin" ; LANGUAGE_USER_LADIN ; > ;
};
};
......
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