forked from mirrors/homebox
feat Adding NZD currency (#360)
* Adding NZD as currency option * Updating frontend * Sorting alphabetically * Fixing typo
This commit is contained in:
parent
40e76bac0c
commit
2d768e2b9c
4 changed files with 11 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue