Kaydet (Commit) aa33dd16 authored tarafından Julien Nabet's avatar Julien Nabet

Resolves fdo#84260: Wrong CRC Costa Rica currency symbol

See https://en.wikipedia.org/wiki/Costa_Rican_col%C3%B3n

Change-Id: I6c30b2bd244f2ea40d56c812673922f27f5d53c8
üst b067ead2
......@@ -143,22 +143,22 @@
<FormatCode>#.###,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
<FormatCode>[$¢-140A] #.##0;-[$¢-140A] #.##0</FormatCode>
<FormatCode>[$₡-140A] #.##0;-[$₡-140A] #.##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
<FormatCode>[$¢-140A] #.##0,00;-[$¢-140A] #.##0,00</FormatCode>
<FormatCode>[$₡-140A] #.##0,00;-[$₡-140A] #.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
<FormatCode>[$¢-140A] #.##0;[RED]-[$¢-140A] #.##0</FormatCode>
<FormatCode>[$₡-140A] #.##0;[RED]-[$₡-140A] #.##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
<FormatCode>[$¢-140A] #.##0,00;[RED]-[$¢-140A] #.##0,00</FormatCode>
<FormatCode>[$₡-140A] #.##0,00;[RED]-[$₡-140A] #.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
<FormatCode>#.##0,00 CCC</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>[$¢-140A] #.##0,--;[RED]-[$¢-140A] #.##0,--</FormatCode>
<FormatCode>[$₡-140A] #.##0,--;[RED]-[$₡-140A] #.##0,--</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
<FormatCode>0%</FormatCode>
......@@ -180,7 +180,7 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>CRC</CurrencyID>
<CurrencySymbol>¢</CurrencySymbol>
<CurrencySymbol></CurrencySymbol>
<BankSymbol>CRC</BankSymbol>
<CurrencyName>Colon</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
......
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