Kaydet (Commit) 0abc701a authored tarafından Andras Timar's avatar Andras Timar

add Teke-Eboo language - fdo#37275

üst a410181e
...@@ -532,6 +532,7 @@ typedef unsigned short LanguageType; ...@@ -532,6 +532,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_VILI 0x0662 #define LANGUAGE_USER_VILI 0x0662
#define LANGUAGE_USER_PORTUGUESE_ANGOLA 0x8016 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_PORTUGUESE)) */ #define LANGUAGE_USER_PORTUGUESE_ANGOLA 0x8016 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_PORTUGUESE)) */
#define LANGUAGE_USER_MANX 0x0663 #define LANGUAGE_USER_MANX 0x0663
#define LANGUAGE_USER_TEKE_EBOO 0x0664
#endif /* INCLUDED_I18NPOOL_LANG_H */ #endif /* INCLUDED_I18NPOOL_LANG_H */
......
...@@ -475,6 +475,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = ...@@ -475,6 +475,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_KITUBA, "mkw", "CG" }, { LANGUAGE_USER_KITUBA, "mkw", "CG" },
{ LANGUAGE_USER_LARI, "ldi", "CG" }, { LANGUAGE_USER_LARI, "ldi", "CG" },
{ LANGUAGE_USER_MBOCHI, "mdw", "CG" }, { LANGUAGE_USER_MBOCHI, "mdw", "CG" },
{ LANGUAGE_USER_TEKE_EBOO, "ebo", "CG" },
{ LANGUAGE_USER_TEKE_IBALI, "tek", "CG" }, { LANGUAGE_USER_TEKE_IBALI, "tek", "CG" },
{ LANGUAGE_USER_TEKE_TYEE, "tyx", "CG" }, { LANGUAGE_USER_TEKE_TYEE, "tyx", "CG" },
{ LANGUAGE_USER_VILI, "vif", "CG" }, { LANGUAGE_USER_VILI, "vif", "CG" },
......
...@@ -336,6 +336,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE ...@@ -336,6 +336,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kituba" ; LANGUAGE_USER_KITUBA ; > ; < "Kituba" ; LANGUAGE_USER_KITUBA ; > ;
< "Lari" ; LANGUAGE_USER_LARI ; > ; < "Lari" ; LANGUAGE_USER_LARI ; > ;
< "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ; < "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ;
< "Teke-Eboo" ; LANGUAGE_USER_TEKE_EBOO ; > ;
< "Teke-Ibali" ; LANGUAGE_USER_TEKE_IBALI ; > ; < "Teke-Ibali" ; LANGUAGE_USER_TEKE_IBALI ; > ;
< "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ; < "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ;
< "Vili" ; LANGUAGE_USER_VILI ; > ; < "Vili" ; LANGUAGE_USER_VILI ; > ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment