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:
parent
3fb6475639
commit
ccaee408d0
1 changed files with 12 additions and 12 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue