summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-01-22 21:46:30 +0100
committerEike Rathke <erack@redhat.com>2016-01-22 21:50:00 +0100
commit72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0 (patch)
tree8afa7bfe9f29146bc9b7158b9adc86401e2f753d /i18npool
parent43507882386f5d576e4f6c49dfd578630167d893 (diff)
tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]
Change-Id: I89641fa82f0d0129aeff0d86a10be26cdc721dfc
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/eu_ES.xml (renamed from i18npool/source/localedata/data/eu.xml)4
-rw-r--r--i18npool/source/localedata/localedata.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/localedata/data/eu.xml b/i18npool/source/localedata/data/eu_ES.xml
index 8de7c605bf77..cc7c6d515d21 100644
--- a/i18npool/source/localedata/data/eu.xml
+++ b/i18npool/source/localedata/data/eu_ES.xml
@@ -24,8 +24,8 @@
<DefaultName>Basque</DefaultName>
</Language>
<Country>
- <CountryID/>
- <DefaultName/>
+ <CountryID>ES</CountryID>
+ <DefaultName>Spain</DefaultName>
</Country>
</LC_INFO>
<LC_CTYPE>
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index e91ac3f346fe..d8f5ed09371a 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -152,7 +152,7 @@ static const struct {
{ "sr_CS", lcl_DATA_EURO },
{ "hr_HR", lcl_DATA_EURO },
{ "bs_BA", lcl_DATA_EURO },
- { "eu", lcl_DATA_EURO },
+ { "eu_ES", lcl_DATA_EURO },
{ "fo_FO", lcl_DATA_EURO },
{ "ga_IE", lcl_DATA_EURO },
{ "gd_GB", lcl_DATA_EURO },