mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
Updating frontend
This commit is contained in:
parent
b62892f2bd
commit
14b1e01d3b
1 changed files with 7 additions and 0 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: "NVD",
|
||||
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