diff options
author | Eike Rathke <erack@redhat.com> | 2014-10-08 13:48:02 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-10-08 13:58:05 +0200 |
commit | aa1c549e65d103910904a75d19672240da10cc54 (patch) | |
tree | 7c694098639176c1a9deeb8e399c54e41d8d56a7 /i18npool | |
parent | c592e7dea2e5ac326041b78b9512600c984ccced (diff) |
add missing legacyOnly currency, fdo#84260
aa33dd16b0e3075f28c56656678c0f5cb7642222 changed the currency symbol
from ¢ to ₡ but changed only the symbol. Actually changing the number
format codes wasn't necessary at all, but changing only the symbol is
wrong, see also the ATTLIST Currency legacyOnly description in
i18npool/source/localedata/data/locale.dtd
Hopefully nothing relies on the actual symbol used in the number format
codes ...
Change-Id: I92e79403fbb80f18c44dc3ecf5a3830a52fd2ff8
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/es_CR.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml index 6a04a8e2c086..ff0d73a647c4 100644 --- a/i18npool/source/localedata/data/es_CR.xml +++ b/i18npool/source/localedata/data/es_CR.xml @@ -185,6 +185,13 @@ <CurrencyName>Colon</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> + <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true"> + <CurrencyID>CRC</CurrencyID> + <CurrencySymbol>¢</CurrencySymbol> + <BankSymbol>CRC</BankSymbol> + <CurrencyName>Colon</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> </LC_CURRENCY> <LC_TRANSLITERATION ref="en_US"/> <LC_MISC ref="es_ES"/> |