summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-10-08 13:48:02 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-14 15:28:06 +0200
commit2fa8afd69e43924b985993763da8761ab5a21efd (patch)
tree8775e5da17ba70da9ad813ebf7e82d1c767077d2 /i18npool
parentc66377be53f2e2bcf0f859956b44d17c5daac7a8 (diff)
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 (cherry picked from commit aa1c549e65d103910904a75d19672240da10cc54) Reviewed-on: https://gerrit.libreoffice.org/11849 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/es_CR.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/es_CR.xml b/i18npool/source/localedata/data/es_CR.xml
index 6a04a8e2c086..ff0d73a647c4 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"/>