added Udmurt [udm-RU] to language list
Change-Id: Ief2413fda7ecbf4cc73bc0d2bf483f9a6c16cca8
This commit is contained in:
parent
e9e1d7fc4d
commit
ec97c59ad3
3 changed files with 3 additions and 0 deletions
|
@ -512,6 +512,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
|
|||
{ LANGUAGE_USER_YOMBE_CONGO, "yom", "CG" },
|
||||
{ LANGUAGE_USER_SIDAMA, "sid", "ET" },
|
||||
{ LANGUAGE_USER_NKO, "nqo", "GN" },
|
||||
{ LANGUAGE_USER_UDMURT, "udm", "RU" },
|
||||
{ LANGUAGE_MULTIPLE, "mul", "" }, // multiple languages, many languages are used
|
||||
{ LANGUAGE_UNDETERMINED, "und", "" }, // undetermined language, language cannot be identified
|
||||
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
|
||||
|
|
|
@ -555,6 +555,7 @@ typedef unsigned short LanguageType;
|
|||
#define LANGUAGE_USER_YOMBE_CONGO 0x8284 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_YOMBE)) */
|
||||
#define LANGUAGE_USER_SIDAMA 0x0685
|
||||
#define LANGUAGE_USER_NKO 0x0686
|
||||
#define LANGUAGE_USER_UDMURT 0x0687
|
||||
|
||||
#define LANGUAGE_USER_PRIV_JOKER 0xFFEB /* privateuse "*" (sic! bad! nasty!), primary 0x3eb, sub 0x3f */
|
||||
#define LANGUAGE_USER_PRIV_COMMENT 0xFFEC /* privateuse "x-comment", primary 0x3ec, sub 0x3f */
|
||||
|
|
|
@ -361,6 +361,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
|
|||
< "Yaka" ; LANGUAGE_USER_YAKA ; > ;
|
||||
< "Yombe (Congo)" ; LANGUAGE_USER_YOMBE_CONGO ; > ;
|
||||
< "N'ko" ; LANGUAGE_USER_NKO ; > ;
|
||||
< "Udmurt" ; LANGUAGE_USER_UDMURT ; > ;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue