summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 13:04:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 13:04:00 +0000
commit3714b5884678d0a1f2dd8b4594f5c8a412f99073 (patch)
treeaef3e340cf1fe6dda1d8c248352bc5714f5483b3 /i18npool/source/isolang
parentINTEGRATION: CWS locales23 (1.3.54); FILE MERGED (diff)
downloadcore-3714b5884678d0a1f2dd8b4594f5c8a412f99073.tar.gz
core-3714b5884678d0a1f2dd8b4594f5c8a412f99073.zip
INTEGRATION: CWS locales23 (1.10.22); FILE MERGED
2007/06/20 17:04:38 er 1.10.22.7: #i76153# Lingala_DRCongo (ln_CD) locale 2007/05/10 16:17:50 er 1.10.22.6: #i76348# add Ganda_Uganda (lg_UG) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 15:36:32 er 1.10.22.5: #i73406# add Tagalog_Philippines (tl_PH) 2007/05/09 14:39:43 er 1.10.22.4: #i76345# add Sango_CentralAfricanRepublic (sg_CF) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/05/09 12:52:31 er 1.10.22.3: #i76346# add English_Ghana (en_GH) locale data; contributed by Dwayne Bailey <dwayne@ooo> 2007/04/24 19:40:36 er 1.10.22.2: #i72207# add Ewe_Ghana (ee_GH) locale data; contributed by Chris Manuh <cmanuh@ooo> 2007/04/24 19:07:09 er 1.10.22.1: #i72206# add Hausa_Ghana (ha_GH) locale data; contributed by Chris Manuh <cmanuh@ooo>
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/isolang.cxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 7ddf80e61b4b..ced1e3cfb624 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: isolang.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: ihi $ $Date: 2006-12-19 18:04:41 $
+ * last change: $Author: rt $ $Date: 2007-07-03 14:04:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,6 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_ENGLISH_BELIZE, "en", "BZ" },
{ LANGUAGE_ENGLISH_TRINIDAD, "en", "TT" },
{ LANGUAGE_ENGLISH_ZIMBABWE, "en", "ZW" },
- { LANGUAGE_ENGLISH_PHILIPPINES, "en", "PH" },
{ LANGUAGE_ENGLISH_INDONESIA, "en", "ID" },
{ LANGUAGE_ESTONIAN, "et", "EE" },
{ LANGUAGE_FAEROESE, "fo", "FO" },
@@ -314,6 +313,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_EDO, "bin", "NG" },
{ LANGUAGE_FULFULDE_NIGERIA, "ff", "NG" },
{ LANGUAGE_HAUSA_NIGERIA, "ha", "NG" },
+ { LANGUAGE_USER_HAUSA_GHANA, "ha", "GH" },
{ LANGUAGE_IGBO_NIGERIA, "ig", "NG" },
{ LANGUAGE_KANURI_NIGERIA, "kr", "NG" },
{ LANGUAGE_YORUBA, "yo", "NG" },
@@ -347,6 +347,8 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_DARI_AFGHANISTAN, "gbz", "AF" }, // ISO/DIS 639-3 (!)
{ LANGUAGE_WOLOF_SENEGAL, "wo", "SN" },
{ LANGUAGE_FILIPINO, "fil", "PH" },
+ { LANGUAGE_USER_TAGALOG, "tl", "PH" },
+ { LANGUAGE_ENGLISH_PHILIPPINES, "en", "PH" },
// { LANGUAGE_IBIBIO_NIGERIA, "nic", "NG" }, // ISO "nic" is only a collective language code
{ LANGUAGE_YI, "ii", "CN" },
// { LANGUAGE_TAMAZIGHT_LATIN, "ber", "" }, // ISO "ber" only collective!
@@ -391,6 +393,11 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_GASCON, "gsc", "FR" },
{ LANGUAGE_USER_GERMAN_BELGIUM, "de", "BE" },
{ LANGUAGE_USER_CHUVASH, "cv", "RU" },
+ { LANGUAGE_USER_EWE_GHANA, "ee", "GH" },
+ { LANGUAGE_USER_ENGLISH_GHANA, "en", "GH" },
+ { LANGUAGE_USER_SANGO, "sg", "CF" },
+ { LANGUAGE_USER_GANDA, "lg", "UG" },
+ { LANGUAGE_USER_LINGALA_DRCONGO, "ln", "CD" },
{ 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
};