added Puinave [pui-CO] to language list, fdo#71454

Change-Id: Ib188b2a8dbfbc91f2e89952d6df2c0c357091a78
This commit is contained in:
Eike Rathke
2013-11-11 13:01:34 +01:00
parent a18a92b1b0
commit f72c2a727c
3 changed files with 3 additions and 0 deletions

View File

@@ -633,6 +633,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_NOGAI, "nog", "RU", 0 },
{ LANGUAGE_USER_LADIN, "lld", "IT", 0 },
{ LANGUAGE_USER_FRENCH_BURKINA_FASO, "fr", "BF", 0 },
{ LANGUAGE_USER_PUINAVE, "pui", "CO", 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

@@ -689,6 +689,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_LADIN 0x068D
#define LANGUAGE_USER_TIBETAN_BHUTAN 0x8451 /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_TIBETAN)) */
#define LANGUAGE_USER_FRENCH_BURKINA_FASO 0x800C /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_FRENCH)) */
#define LANGUAGE_USER_PUINAVE 0x068E
/* Primary language ID range for on-the-fly assignment. */

View File

@@ -375,6 +375,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Karakalpak Latin" ; LANGUAGE_USER_KARAKALPAK_LATIN ; > ;
< "Ladin" ; LANGUAGE_USER_LADIN ; > ;
< "French (Burkina Faso)" ; LANGUAGE_USER_FRENCH_BURKINA_FASO ; > ;
< "Puinave" ; LANGUAGE_USER_PUINAVE ; > ;
};
};