tdf#105448 add Sibe [nco-PG] to language list

Change-Id: If7dfeaa0dd4cf4d164147b8b866f7c493a5af669
This commit is contained in:
Eike Rathke
2017-01-30 17:33:18 +01:00
parent 608b749f27
commit f67061be4f
3 changed files with 3 additions and 0 deletions

View File

@@ -665,6 +665,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_FRENCH_MAURITIUS, "fr", "MU", 0 },
{ LANGUAGE_USER_SILESIAN, "szl", "PL", 0 },
{ LANGUAGE_USER_MANCHU, "mnc", "CN", 0 },
{ LANGUAGE_USER_SIBE, "nco", "PG", 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

View File

@@ -719,6 +719,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_SILESIAN 0x0699
#define LANGUAGE_USER_HUNGARIAN_ROVAS 0x800E /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_HUNGARIAN)) */
#define LANGUAGE_USER_MANCHU 0x069A
#define LANGUAGE_USER_SIBE 0x069B
/* XXX Add new user defined LCIDs ^^^ there.

View File

@@ -405,6 +405,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Hungarian (Szekely-Hungarian Rovas)" ; LANGUAGE_USER_HUNGARIAN_ROVAS ; > ;
< "English (Malaysia)" ; LANGUAGE_ENGLISH_MALAYSIA ; > ;
< "Manchu" ; LANGUAGE_USER_MANCHU ; > ;
< "Sibe" ; LANGUAGE_USER_SIBE ; > ;
};
};