summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 08:43:00 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 08:43:00 +0000
commit001036bb2513d599ebd12b57068b3031e8072cef (patch)
tree3be0a7a18f097707db5b74cc04e1270d1bfd9079 /i18npool/source/isolang
parentINTEGRATION: CWS locales21 (1.1.2); FILE ADDED (diff)
downloadcore-001036bb2513d599ebd12b57068b3031e8072cef.tar.gz
core-001036bb2513d599ebd12b57068b3031e8072cef.zip
INTEGRATION: CWS locales21 (1.5.16); FILE MERGED
2006/09/28 22:36:50 er 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/04 13:42:25 er 1.5.16.2: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo> 2006/08/30 18:17:52 er 1.5.16.1: #i68770# add LANGUAGE_USER_GERMAN_BELGIUM 0x8007 de_BE
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/isolang.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 1f9ad7f0822c..2b202ad4474d 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: isolang.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 16:15:44 $
+ * last change: $Author: kz $ $Date: 2006-10-06 09:43:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -388,6 +388,8 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_WALLOON, "wa", "BE" },
{ LANGUAGE_USER_COPTIC, "cop", "EG" },
{ LANGUAGE_USER_GASCON, "gsc", "FR" },
+ { LANGUAGE_USER_GERMAN_BELGIUM, "de", "BE" },
+ { LANGUAGE_USER_CHUVASH, "cv", "RU" },
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};