Change El Salvador currency to USD syntax error fix

Change double quotes character - on my initial submit PR # 8247 I did not notice the syntax checker flagged this error :-)
This commit is contained in:
John Clarke 2019-08-22 16:04:46 -06:00 committed by GitHub
parent 3fb6475639
commit ccaee408d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -770,18 +770,18 @@
"Africa/Cairo"
]
},
El Salvador: {
code: sv,
currency: USD,
currency_fraction: Centavo,
currency_fraction_units: 100,
smallest_currency_fraction_value: 0.01,
currency_name: Dolar estadounidense,
currency_symbol: $,
date_format: dd-mm-yyyy,
number_format: #,###.##,
timezones: [
America/El_Salvador
"El Salvador": {
"code": "sv",
"currency": "USD",
"currency_fraction": "Centavo",
"currency_fraction_units": 100,
"smallest_currency_fraction_value": 0.01,
"currency_name": "Dolar estadounidense",
"currency_symbol": "$",
"date_format": "dd-mm-yyyy",
"number_format": "#,###.##",
"timezones": [
"America/El_Salvador"
]
},
"Equatorial Guinea": {