diff options
author | Andras Timar <atimar@suse.com> | 2011-06-14 17:51:44 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-06-14 17:52:33 +0200 |
commit | 0abc701a09b653ade8798fd9f2f6944f1b3ad6c7 (patch) | |
tree | a98309a71efdb4d707b525e8e07586c9bda46d2f /i18npool | |
parent | a410181efa2082b7ac1697f9aa62bc56b59234d4 (diff) |
add Teke-Eboo language - fdo#37275
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 1 | ||||
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 4f21704875fb..1870a7b48351 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -532,6 +532,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_VILI 0x0662 #define LANGUAGE_USER_PORTUGUESE_ANGOLA 0x8016 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_PORTUGUESE)) */ #define LANGUAGE_USER_MANX 0x0663 +#define LANGUAGE_USER_TEKE_EBOO 0x0664 #endif /* INCLUDED_I18NPOOL_LANG_H */ diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx index f639df661073..a96f80719357 100644 --- a/i18npool/source/isolang/isolang.cxx +++ b/i18npool/source/isolang/isolang.cxx @@ -475,6 +475,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_KITUBA, "mkw", "CG" }, { LANGUAGE_USER_LARI, "ldi", "CG" }, { LANGUAGE_USER_MBOCHI, "mdw", "CG" }, + { LANGUAGE_USER_TEKE_EBOO, "ebo", "CG" }, { LANGUAGE_USER_TEKE_IBALI, "tek", "CG" }, { LANGUAGE_USER_TEKE_TYEE, "tyx", "CG" }, { LANGUAGE_USER_VILI, "vif", "CG" }, |