mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 09:30:29 +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"
|
| "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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue