summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-06-14 17:51:44 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-07-26 16:43:03 +0100
commite410b2f8cca61f167e0f36117e765e0030860da3 (patch)
tree13426763a357bc4c6d5715cfc601d0ab653c5b97
parent0c94a18a0020c2f54ad3284edd25cfb64d34bed7 (diff)
add Teke-Eboo language - fdo#37275
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
-rw-r--r--i18npool/inc/i18npool/lang.h2
-rw-r--r--i18npool/source/isolang/isolang.cxx1
-rw-r--r--svtools/source/misc/langtab.src1
3 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index e91e3023c0..0108ac6af2 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -531,6 +531,8 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_TEKE_TYEE 0x0661
#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 2f53c6d267..073d932311 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -474,6 +474,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" },
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index e6e6db2afb..81d4f9649f 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -336,6 +336,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kituba" ; LANGUAGE_USER_KITUBA ; > ;
< "Lari" ; LANGUAGE_USER_LARI ; > ;
< "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ;
+ < "Teke-Eboo" ; LANGUAGE_USER_TEKE_EBOO ; > ;
< "Teke-Ibali" ; LANGUAGE_USER_TEKE_IBALI ; > ;
< "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ;
< "Vili" ; LANGUAGE_USER_VILI ; > ;