diff options
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/es_VE.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/es_VE.xml b/i18npool/source/localedata/data/es_VE.xml index 8ec69d958d76..31301d53c87e 100644 --- a/i18npool/source/localedata/data/es_VE.xml +++ b/i18npool/source/localedata/data/es_VE.xml @@ -42,13 +42,20 @@ <CurrencyName>Bolivar</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> - <Currency default="true" usedInCompatibleFormatCodes="false"> + <Currency default="false" usedInCompatibleFormatCodes="false"> <CurrencyID>VEF</CurrencyID> <CurrencySymbol>BsF</CurrencySymbol> <BankSymbol>VEF</BankSymbol> <CurrencyName>Bolivar Fuerte</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> + <Currency default="true" usedInCompatibleFormatCodes="false"> + <CurrencyID>VES</CurrencyID> + <CurrencySymbol>Bs.S.</CurrencySymbol> + <BankSymbol>VES</BankSymbol> + <CurrencyName>Bolivar Soberano</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> </LC_CURRENCY> <LC_TRANSLITERATION ref="en_US"/> <LC_MISC ref="es_ES"/> |