[Libreoffice-commits] core.git: i18npool/source

Eike Rathke erack at redhat.com
Mon Apr 27 15:22:47 PDT 2015


 i18npool/source/localedata/data/es_NI.xml |   24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

New commits:
commit d344875ab68f21bcc60351d580111a51a070908e
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Apr 28 00:18:23 2015 +0200

    format code separators have to match defined separators
    
    ... and the only difference to es_GT was '-' vs '/' date separator,
    which according to
    https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_NI
    should be '/'
    
    Change-Id: I10aeb0849132b3502e73163261060d2e6eaa1c39

diff --git a/i18npool/source/localedata/data/es_NI.xml b/i18npool/source/localedata/data/es_NI.xml
index bbf16292..982b498 100644
--- a/i18npool/source/localedata/data/es_NI.xml
+++ b/i18npool/source/localedata/data/es_NI.xml
@@ -28,29 +28,7 @@
       <DefaultName>Nicaragua</DefaultName>
     </Country>
   </LC_INFO>
-  <LC_CTYPE unoid="generic">
-    <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>a.m.</TimeAM>
-    <TimePM>p.m.</TimePM>
-    <MeasurementSystem>Metric</MeasurementSystem>
-  </LC_CTYPE>
+  <LC_CTYPE ref="es_GT"/>
   <LC_FORMAT ref="es_GT" replaceTo="[$C$-4C0A] "/>
   <LC_COLLATION ref="en_US"/>
   <LC_SEARCH ref="en_US"/>


More information about the Libreoffice-commits mailing list