mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-27 06:08:36 +00:00
feat: add czech currency (#323)
This commit is contained in:
parent
1f47d96e4c
commit
dc08dbbd7a
4 changed files with 11 additions and 3 deletions
|
@ -2,6 +2,7 @@ export type Codes =
|
|||
| "AUD"
|
||||
| "BGN"
|
||||
| "CHF"
|
||||
| "CZK"
|
||||
| "DKK"
|
||||
| "EUR"
|
||||
| "GBP"
|
||||
|
@ -120,4 +121,10 @@ export const currencies: Currency[] = [
|
|||
symbol: "chf",
|
||||
name: "Swiss Francs",
|
||||
},
|
||||
{
|
||||
code: "CZK",
|
||||
local: "cs-CZ",
|
||||
symbol: "Kč",
|
||||
name: "Czech Koruna",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue