diff options
author | Eike Rathke <erack@redhat.com> | 2016-01-22 21:46:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-01-26 08:35:50 +0000 |
commit | e0591f72d6088ee392b4c2e41fda8c0dc4faf2a3 (patch) | |
tree | 8ac2af9ff709ba9d45bfc5dc15a3b1e19fd04789 /i18npool/source | |
parent | 290e8e787cc807297725dd41ce7f75817f159c26 (diff) |
tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]
(cherry picked from commit 72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0)
i18npool: fix build
Looks like 72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0 missed the
makefile change.
(cherry picked from commit a6c8b41c4df79183c5d2c1450c010768ac7d82f6)
2d887ca6cb6c698fdb2d24029f38cce6050e0881
Change-Id: I89641fa82f0d0129aeff0d86a10be26cdc721dfc
Reviewed-on: https://gerrit.libreoffice.org/21725
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'i18npool/source')
-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.cxx | 2 |
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 }, |