i18npool/source/localedata/data/es_CR.xml | 42 ++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 10 deletions(-)
New commits: commit aa06ce15fdd68983001ef33d1931fbaf6b515282 Author: Julien Nabet <serval2...@yahoo.fr> Date: Mon May 4 19:39:32 2015 +0200 Related tdf#91009: Correct thousands separator character for locale es_CR Change-Id: Icf080bb9f21ef75487d43d8a582625be512968c4 Reviewed-on: https://gerrit.libreoffice.org/15630 Tested-by: Eike Rathke <er...@redhat.com> Reviewed-by: Eike Rathke <er...@redhat.com> diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml index 244cf0d..a4f5905 100644 --- a/i18npool/source/localedata/data/es_CR.xml +++ b/i18npool/source/localedata/data/es_CR.xml @@ -28,7 +28,29 @@ <DefaultName>Costa Rica</DefaultName> </Country> </LC_INFO> - <LC_CTYPE ref="es_ES"/> + <LC_CTYPE> + <Separators> + <DateSeparator>/</DateSeparator> + <ThousandSeparator>Â </ThousandSeparator> + <DecimalSeparator>,</DecimalSeparator> + <TimeSeparator>:</TimeSeparator> + <Time100SecSeparator>,</Time100SecSeparator> + <ListSeparator>;</ListSeparator> + <LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator> + <LongDateDaySeparator> de </LongDateDaySeparator> + <LongDateMonthSeparator> de </LongDateMonthSeparator> + <LongDateYearSeparator> </LongDateYearSeparator> + </Separators> + <Markers> + <QuotationStart>â</QuotationStart> + <QuotationEnd>â</QuotationEnd> + <DoubleQuotationStart>â</DoubleQuotationStart> + <DoubleQuotationEnd>â</DoubleQuotationEnd> + </Markers> + <TimeAM>AM</TimeAM> + <TimePM>PM</TimePM> + <MeasurementSystem>metric</MeasurementSystem> + </LC_CTYPE> <LC_FORMAT> <DateAcceptancePattern>D/M</DateAcceptancePattern> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> @@ -134,31 +156,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>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits