From 14b1e01d3b7a0edd4fc16cc60c32a95368eaf0ad Mon Sep 17 00:00:00 2001 From: zodac Date: Tue, 21 Mar 2023 23:36:55 +1300 Subject: [PATCH] Updating frontend --- frontend/lib/data/currency.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/lib/data/currency.ts b/frontend/lib/data/currency.ts index eeedcdd..9c5617a 100644 --- a/frontend/lib/data/currency.ts +++ b/frontend/lib/data/currency.ts @@ -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",