summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 08:38:08 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 08:38:08 +0000
commitabf55b6d5f6465a48fc46ff4006f9a1f1d7e0836 (patch)
tree1ba7cd24ebd2d9f06ebe8b845de245e131db9f93 /i18npool/source/isolang
parentINTEGRATION: CWS locales204 (1.22.12); FILE MERGED (diff)
downloadcore-abf55b6d5f6465a48fc46ff4006f9a1f1d7e0836.tar.gz
core-abf55b6d5f6465a48fc46ff4006f9a1f1d7e0836.zip
INTEGRATION: CWS locales204 (1.3.10); FILE MERGED
2006/06/02 20:05:02 er 1.3.10.4: #i64449# add Coptic (cop_EG) 2006/06/02 19:51:48 er 1.3.10.3: add Walloon (wa_BE), preparing i64053 2006/06/02 19:35:40 er 1.3.10.2: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA) 2006/06/02 18:48:09 er 1.3.10.1: #i61975# add Fijian (fj_FJ)
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/isolang.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 45518ffdb66d..534dd950678d 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: isolang.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:46:36 $
+ * last change: $Author: kz $ $Date: 2006-07-06 09:38:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -379,6 +379,11 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_LUXEMBOURGISH_LUXEMBOURG, "lb", "LU" },
{ LANGUAGE_OBSOLETE_USER_LUXEMBOURGISH, "lb", "LU" },
{ LANGUAGE_USER_FRIULIAN, "fur", "IT" },
+ { LANGUAGE_USER_FIJIAN, "fj", "FJ" },
+ { LANGUAGE_USER_AFRIKAANS_NAMIBIA, "af", "NA" },
+ { LANGUAGE_USER_ENGLISH_NAMIBIA, "en", "NA" },
+ { LANGUAGE_USER_WALLOON, "wa", "BE" },
+ { LANGUAGE_USER_COPTIC, "cop", "EG" },
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};