[Libreoffice-commits] core.git: i18npool/source
Julien Nabet
serval2412 at yahoo.fr
Sat May 2 01:31:53 PDT 2015
i18npool/source/localedata/data/es_CR.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 78ef368b8ca6fb53b67330c305f8c2c581cbf68e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat May 2 10:30:19 2015 +0200
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
diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml
index c2f601c..244cf0d 100644
--- a/i18npool/source/localedata/data/es_CR.xml
+++ b/i18npool/source/localedata/data/es_CR.xml
@@ -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>
More information about the Libreoffice-commits
mailing list