diff options
author | Andras Timar <atimar@suse.com> | 2013-05-13 13:31:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-05-13 16:31:10 +0200 |
commit | ec97c59ad376e895c1015e04f638804ce71077a6 (patch) | |
tree | 9610b0bb971b9970c92a03ced28abc94c93f614f | |
parent | e9e1d7fc4de8fc44adf35fe302c75591b3c5bc18 (diff) |
added Udmurt [udm-RU] to language list
Change-Id: Ief2413fda7ecbf4cc73bc0d2bf483f9a6c16cca8
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 1 | ||||
-rw-r--r-- | include/i18nlangtag/lang.h | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 00d21b5f36d8..8f291d6dab08 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -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 diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h index aa6dc4661388..dcf7d536a9df 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -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 */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 6639472c6e28..ba4ffd145923 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -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 ; > ; }; }; |