summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-10-08 13:48:02 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-10-08 15:15:47 +0000
commit41e3663f1a358048d3e8c1dd3f265f3bcbbfcdd1 (patch)
tree46f42037ef1bc5f596b9846c84f6ac763dc13f32 /i18npool
parent089b243c8b48aecfd25c79a70b4209a2399dbafa (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"/>