summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@novell.com>2011-04-08 13:13:09 +0200
committerAndras Timar <atimar@novell.com>2011-04-08 13:15:53 +0200
commita7b8e4d7ba31de7f8b3a8e4020b802094bc5cec8 (patch)
tree7e15429181f3dfee23c68cb65727b5ec34c2a69a
parent2d33246c1d6d3ad1991de927f397af837ac80d49 (diff)
add 8 languages spoken in Republic of Congo fdo#33779
-rw-r--r--i18npool/inc/i18npool/lang.h8
-rw-r--r--i18npool/source/isolang/isolang.cxx8
-rw-r--r--svtools/source/misc/langtab.src8
3 files changed, 24 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index a29e78b547ec..f2947374123f 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -522,6 +522,14 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_LOJBAN 0x0658 /* no locale */
#define LANGUAGE_USER_KABYLE 0x0659
#define LANGUAGE_USER_HAITIAN 0x065A
+#define LANGUAGE_USER_BEEMBE 0x065B
+#define LANGUAGE_USER_BEKWEL 0x065C
+#define LANGUAGE_USER_KITUBA 0x065D
+#define LANGUAGE_USER_LARI 0x065E
+#define LANGUAGE_USER_MBOCHI 0x065F
+#define LANGUAGE_USER_TEKE_IBALI 0x0660
+#define LANGUAGE_USER_TEKE_TYEE 0x0661
+#define LANGUAGE_USER_VILI 0x0662
#endif /* INCLUDED_I18NPOOL_LANG_H */
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index fdb01a6d15f1..89ea341468a3 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -469,6 +469,14 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_KABYLE, "kab", "DZ" },
{ LANGUAGE_USER_HAITIAN, "ht", "HT" },
{ LANGUAGE_FRENCH_HAITI, "fr", "HT" },
+ { LANGUAGE_USER_BEEMBE, "beq", "CG" },
+ { LANGUAGE_USER_BEKWEL, "bkw", "CG" },
+ { LANGUAGE_USER_KITUBA, "mkw", "CG" },
+ { LANGUAGE_USER_LARI, "ldi", "CG" },
+ { LANGUAGE_USER_MBOCHI, "mdw", "CG" },
+ { LANGUAGE_USER_TEKE_IBALI, "tek", "CG" },
+ { LANGUAGE_USER_TEKE_TYEE, "tyx", "CG" },
+ { LANGUAGE_USER_VILI, "vif", "CG" },
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 67d650b61c8e..5178d6b8f31f 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -330,6 +330,14 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Lojban" ; LANGUAGE_USER_LOJBAN ; > ;
< "Kabyle" ; LANGUAGE_USER_KABYLE ; > ;
< "Haitian" ; LANGUAGE_USER_HAITIAN ; > ;
+ < "Beembe" ; LANGUAGE_USER_BEEMBE ; > ;
+ < "Bekwel" ; LANGUAGE_USER_BEKWEL ; > ;
+ < "Kituba" ; LANGUAGE_USER_KITUBA ; > ;
+ < "Lari" ; LANGUAGE_USER_LARI ; > ;
+ < "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ;
+ < "Teke-Ibali" ; LANGUAGE_USER_TEKE_IBALI ; > ;
+ < "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ;
+ < "Vili" ; LANGUAGE_USER_VILI ; > ;
};
};