diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-09 13:35:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-09 13:35:11 +0000 |
commit | 19b26608bc7cdd8f705a929cbfa1b1110efc360e (patch) | |
tree | 51e7a76a005c4e5a087321f710db419a820ab963 | |
parent | 8a446b5d6f5995d8acaadbe1a87690160dd00ae5 (diff) |
INTEGRATION: CWS localedata4 (1.30.4); FILE MERGED
2005/04/19 21:24:13 er 1.30.4.2: #i44875# add be_BY (Belarusian) locale data; contributed by Yury Tarasievich <yury_t@ooo>
2005/04/19 20:45:45 er 1.30.4.1: #i43476# add ka_GE Georgian locale data; contributed by Gia Shervashidze <giasher@ooo>
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index 89620954932a..9cd8fb8ef956 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localedata.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: obo $ $Date: 2005-03-15 13:43:00 $ + * last change: $Author: hr $ $Date: 2005-06-09 14:35:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,6 +180,8 @@ static const struct { { "eu", lcl_DATA_EURO, "eu" }, { "fo_FO", lcl_DATA_EURO, "fo" }, { "ga_IE", lcl_DATA_EURO, "ga" }, + { "ka_GE", lcl_DATA_EURO, "ka" }, + { "be_BY", lcl_DATA_EURO, "be" }, { "ja_JP", lcl_DATA_OTHERS, "ja" }, { "ko_KR", lcl_DATA_OTHERS, "ko" }, @@ -215,7 +217,6 @@ static const struct { { "lo_LA", lcl_DATA_OTHERS, "lo" }, { "rw_RW", lcl_DATA_OTHERS, "rw" }, -// { "be_BY", lcl_DATA, "be" }, // { "br_AE", lcl_DATA, "br" }, }; |