tdf#91009: Correct thousands separator character for locale es_CR
Thanks to Severo Raz for having indicated this link: http://es.wikipedia.org/wiki/Wikipedia_discusi%C3%B3n:Manual_de_estilo/N%C3%BAmeros#Costa_Rica Change-Id: Ib8eef774921922dda0db653d8d8365b5e055e646
This commit is contained in:
@@ -134,31 +134,31 @@
|
||||
<FormatCode>0,00</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="FixedFormatskey4" default="false" type="short" usage="FIXED_NUMBER" formatindex="3">
|
||||
<FormatCode>#.##0</FormatCode>
|
||||
<FormatCode># ##0</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="FixedFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4">
|
||||
<FormatCode>#.##0,00</FormatCode>
|
||||
<FormatCode># ##0,00</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
|
||||
<FormatCode>#.###,00</FormatCode>
|
||||
<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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user