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

Eike Rathke erack at redhat.com
Wed Oct 8 04:58:26 PDT 2014


 i18npool/source/localedata/data/es_CR.xml |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit aa1c549e65d103910904a75d19672240da10cc54
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Oct 8 13:48:02 2014 +0200

    add missing legacyOnly currency, fdo#84260
    
    aa33dd16b0e3075f28c56656678c0f5cb7642222 changed the currency symbol
    from ¢ to ₡ but changed only the symbol. Actually changing the number
    format codes wasn't necessary at all, but changing only the symbol is
    wrong, see also the ATTLIST Currency  legacyOnly description in
    i18npool/source/localedata/data/locale.dtd
    
    Hopefully nothing relies on the actual symbol used in the number format
    codes ...
    
    Change-Id: I92e79403fbb80f18c44dc3ecf5a3830a52fd2ff8

diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml
index 6a04a8e..ff0d73a 100644
--- a/i18npool/source/localedata/data/es_CR.xml
+++ b/i18npool/source/localedata/data/es_CR.xml
@@ -185,6 +185,13 @@
       <CurrencyName>Colon</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>
     </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+      <CurrencyID>CRC</CurrencyID>
+      <CurrencySymbol>¢</CurrencySymbol>
+      <BankSymbol>CRC</BankSymbol>
+      <CurrencyName>Colon</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
   </LC_CURRENCY>
   <LC_TRANSLITERATION ref="en_US"/>
   <LC_MISC ref="es_ES"/>


More information about the Libreoffice-commits mailing list