Updating frontend

This commit is contained in:
zodac 2023-03-21 23:36:55 +13:00
parent b62892f2bd
commit 14b1e01d3b

View file

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