diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-06 08:43:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-06 08:43:37 +0000 |
commit | e4de36ba7328ca2aa4612f9cbf5703e358b739cf (patch) | |
tree | 19dfa191bcc1fa75baa7e0e35e7c39682b518b98 /i18npool/source | |
parent | abf55b6d5f6465a48fc46ff4006f9a1f1d7e0836 (diff) |
INTEGRATION: CWS locales204 (1.40.8); FILE MERGED
2006/06/12 17:16:29 er 1.40.8.5: #i66114# add Kirghiz_Kyrgyzstan (ky_KG); contributed by Ilyas Bakirov <just_ilyas@ooo>
2006/06/02 21:49:23 er 1.40.8.4: #i62514# add Tajik_Tajikistan (tg_TJ)
2006/06/02 21:05:21 er 1.40.8.3: #i61510# add Tigrigina_Eritrea (ti_ER)
2006/06/02 20:42:24 er 1.40.8.2: #i62206# add Amharic_Ethiopia (am_ET)
2006/06/02 19:35:40 er 1.40.8.1: #i60767# add Afrikaans_Namibia (af_NA), English_Namibia (en_NA)
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index df61fce96628..048fa47aa60d 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localedata.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:47:12 $ + * last change: $Author: kz $ $Date: 2006-07-06 09:43:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,6 +84,7 @@ static const struct { { "en_TT", lcl_DATA_EN, NULL }, { "en_ZA", lcl_DATA_EN, NULL }, { "en_ZW", lcl_DATA_EN, NULL }, + { "en_NA", lcl_DATA_EN, NULL }, { "es_ES", lcl_DATA_ES, "es" }, { "es_AR", lcl_DATA_ES, NULL }, @@ -213,6 +214,11 @@ static const struct { { "ts_ZA", lcl_DATA_OTHERS, "ts" }, { "ku_TR", lcl_DATA_OTHERS, "ku" }, { "ak_GH", lcl_DATA_OTHERS, "ak" }, + { "af_NA", lcl_DATA_OTHERS, NULL }, + { "am_ET", lcl_DATA_OTHERS, "am" }, + { "ti_ER", lcl_DATA_OTHERS, "ti" }, + { "tg_TJ", lcl_DATA_OTHERS, "tg" }, + { "ky_KG", lcl_DATA_OTHERS, "ky" }, // { "br_AE", lcl_DATA, "br" }, |