diff options
author | Andras Timar <timar@fsf.hu> | 2011-01-15 19:49:16 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 12:02:09 -0500 |
commit | e0328aba6a27485e7f71f95ca14c2f95bd7e698c (patch) | |
tree | 1e9fcd333e67d9039c23b371b83da1da9e6135c8 | |
parent | 6daaf110b9d13220763bb0fe6041fd38c95ba797 (diff) |
Default currency for Estonia should be Euro - fdo#33160
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
-rw-r--r-- | i18npool/source/localedata/data/et_EE.xml | 9 | ||||
-rw-r--r--[-rwxr-xr-x] | i18npool/source/localedata/data/mr_IN.xml | 0 |
2 files changed, 8 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/et_EE.xml b/i18npool/source/localedata/data/et_EE.xml index 2509c52840..6b215affbf 100644 --- a/i18npool/source/localedata/data/et_EE.xml +++ b/i18npool/source/localedata/data/et_EE.xml @@ -311,7 +311,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>EEK</CurrencyID> <CurrencySymbol>kr</CurrencySymbol> <BankSymbol>EEK</BankSymbol> diff --git a/i18npool/source/localedata/data/mr_IN.xml b/i18npool/source/localedata/data/mr_IN.xml index efc238f04a..efc238f04a 100755..100644 --- a/i18npool/source/localedata/data/mr_IN.xml +++ b/i18npool/source/localedata/data/mr_IN.xml |