Kaydet (Commit) aa1c549e authored tarafından Eike Rathke's avatar Eike Rathke

add missing legacyOnly currency, fdo#84260

aa33dd16 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
üst c592e7de
...@@ -185,6 +185,13 @@ ...@@ -185,6 +185,13 @@
<CurrencyName>Colon</CurrencyName> <CurrencyName>Colon</CurrencyName>
<DecimalPlaces>2</DecimalPlaces> <DecimalPlaces>2</DecimalPlaces>
</Currency> </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_CURRENCY>
<LC_TRANSLITERATION ref="en_US"/> <LC_TRANSLITERATION ref="en_US"/>
<LC_MISC ref="es_ES"/> <LC_MISC ref="es_ES"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment