[Libreoffice-commits] .: i18npool/inc i18npool/source svtools/source

Andras Timar timar at kemper.freedesktop.org
Tue Jun 14 08:53:11 PDT 2011


 i18npool/inc/i18npool/lang.h        |    1 +
 i18npool/source/isolang/isolang.cxx |    1 +
 svtools/source/misc/langtab.src     |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 62822cb7725fb8310c84f19517c9bc1ef25e8245
Author: Andras Timar <atimar at suse.com>
Date:   Tue Jun 14 17:51:44 2011 +0200

    add Teke-Eboo language - fdo#37275

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 0c3aece..0108ac6 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 e1fae07..b04dab8 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" },
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index e6e6db2..81d4f96 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 ; > ;


More information about the Libreoffice-commits mailing list