Skip to content

Commit

Permalink
fix: add suriname currency and locale
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Sep 7, 2023
1 parent 62db99b commit 140b2ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fixtures/countryInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1905,10 +1905,13 @@
},
"Suriname": {
"code": "sr",
"currency": "SRD",
"currency_fraction": "Cent",
"currency_fraction_units": 100,
"currency_name": "Surinamese Dollar",
"currency_symbol": "$",
"timezones": ["America/Paramaribo"]
"timezones": ["America/Paramaribo"],
"locale": "nl-SR"
},
"Svalbard and Jan Mayen": {
"code": "sj"
Expand Down

0 comments on commit 140b2ce

Please sign in to comment.