From 140b2ce5bea6cf44b0572457d08f5e222b620bcf Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Thu, 7 Sep 2023 09:31:37 +0530 Subject: [PATCH] fix: add suriname currency and locale --- fixtures/countryInfo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fixtures/countryInfo.json b/fixtures/countryInfo.json index 25c9e45a..2c7f3f01 100644 --- a/fixtures/countryInfo.json +++ b/fixtures/countryInfo.json @@ -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"