diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 08:09:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 08:09:41 +0000 |
commit | c266549bcbd6f127f2c8beda5ed44264726aae10 (patch) | |
tree | 5de78765e75189217816c52ec95afd994baa283c | |
parent | 8edabc6f600d18ffbaf8d9b958a19747f63e5510 (diff) |
INTEGRATION: CWS locales21 (1.43.12); FILE MERGED
2006/09/28 22:37:32 er 1.43.12.4: RESYNC: (1.43-1.44); FILE MERGED
2006/09/28 14:59:26 er 1.43.12.3: #i66875# add Friulian_Italy (fur_IT) locale data; contributed by Andrea Decorte <adecorte@ooo>
2006/09/04 14:13:28 er 1.43.12.2: #i64053# add Walloon (wa_BE) locale data; contributed by Pablo Saratxaga <srtxg@ooo>
2006/09/04 13:42:26 er 1.43.12.1: #i67057# add Chuvash_Russia (cv_RU) locale data; contributed by Rail Aliev <rail@ooo>
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index db8c252f1c74..83d0bc13aa4e 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localedata.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: obo $ $Date: 2006-09-17 09:22:00 $ + * last change: $Author: kz $ $Date: 2006-10-06 09:09:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,6 +164,9 @@ static const struct { { "mk_MK", lcl_DATA_EURO, "mk" }, { "br_FR", lcl_DATA_EURO, "br" }, { "la_VA", lcl_DATA_EURO, "la" }, + { "cv_RU", lcl_DATA_EURO, "cv" }, + { "wa_BE", lcl_DATA_EURO, "wa" }, + { "fur_IT", lcl_DATA_EURO, "fur" }, { "ja_JP", lcl_DATA_OTHERS, "ja" }, { "ko_KR", lcl_DATA_OTHERS, "ko" }, @@ -225,9 +228,6 @@ static const struct { { "ky_KG", lcl_DATA_OTHERS, "ky" }, { "kk_KZ", lcl_DATA_OTHERS, "kk" }, { "fa_IR", lcl_DATA_OTHERS, "fa" }, - -// { "br_AE", lcl_DATA, "br" }, - }; static const sal_Unicode under = sal_Unicode('_'); |