[Libreoffice-commits] .: Branch 'libreoffice-3-4' - i18npool/inc i18npool/source svtools/source
Andras Timar
timar at kemper.freedesktop.org
Fri Apr 8 04:19:16 PDT 2011
i18npool/inc/i18npool/lang.h | 8 ++++++++
i18npool/source/isolang/isolang.cxx | 8 ++++++++
svtools/source/misc/langtab.src | 8 ++++++++
3 files changed, 24 insertions(+)
New commits:
commit a67356f5f5a3618a786f87b56c4c227c43e000c9
Author: Andras Timar <atimar at novell.com>
Date: Fri Apr 8 13:13:09 2011 +0200
add 8 languages spoken in Republic of Congo fdo#33779
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 94a4071..8c02fb6 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 c6004eb..f4e300f 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 f49259d..cf2535d 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 ; > ;
};
};
More information about the Libreoffice-commits
mailing list