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