feat Adding NZD currency (#360)

* Adding NZD as currency option

* Updating frontend

* Sorting alphabetically

* Fixing typo
This commit is contained in:
zodac 2023-03-23 17:26:51 +13:00 committed by GitHub
parent 40e76bac0c
commit 2d768e2b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View file

@ -9,6 +9,7 @@ export type Codes =
| "INR"
| "JPY"
| "NOK"
| "NZD"
| "PLN"
| "RMB"
| "RON"
@ -73,6 +74,12 @@ export const currencies: Currency[] = [
symbol: "kr",
name: "Norwegian Krone",
},
{
code: "NZD",
local: "en-NZ",
symbol: "NZ$",
name: "New Zealand Dollar",
},
{
code: "PLN",
local: "pl-PL",