diff options
author | Eike Rathke <erack@redhat.com> | 2014-01-02 22:07:24 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-01-02 22:15:11 +0100 |
commit | c32996987354d045523beaa98b5d227d161f72fb (patch) | |
tree | 12a018a912879ceabca1b2f5c8b1aa28197c6d7e /i18npool | |
parent | 127f863c727c07f1da40005fe638d97e89baaccf (diff) |
added EUR as default currency to Latvia [*-LV] locale data, fdo#73239
Change-Id: Iee8da90c70589b8053c8c5b696afb4968072f47e
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ltg_LV.xml | 9 | ||||
-rw-r--r-- | i18npool/source/localedata/data/lv_LV.xml | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/ltg_LV.xml b/i18npool/source/localedata/data/ltg_LV.xml index 12fe4b05b2af..6765077d543e 100644 --- a/i18npool/source/localedata/data/ltg_LV.xml +++ b/i18npool/source/localedata/data/ltg_LV.xml @@ -331,7 +331,14 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="true" usedInCompatibleFormatCodes="false"> + <CurrencyID>EUR</CurrencyID> + <CurrencySymbol>€</CurrencySymbol> + <BankSymbol>EUR</BankSymbol> + <CurrencyName>Euro</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> + <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>LVL</CurrencyID> <CurrencySymbol>Ls</CurrencySymbol> <BankSymbol>LVL</BankSymbol> diff --git a/i18npool/source/localedata/data/lv_LV.xml b/i18npool/source/localedata/data/lv_LV.xml index 456214dae424..68483e5d9829 100644 --- a/i18npool/source/localedata/data/lv_LV.xml +++ b/i18npool/source/localedata/data/lv_LV.xml @@ -331,7 +331,14 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="true" usedInCompatibleFormatCodes="false"> + <CurrencyID>EUR</CurrencyID> + <CurrencySymbol>€</CurrencySymbol> + <BankSymbol>EUR</BankSymbol> + <CurrencyName>Euro</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> + <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>LVL</CurrencyID> <CurrencySymbol>Ls</CurrencySymbol> <BankSymbol>LVL</BankSymbol> |