mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
remove duplicate yen
This commit is contained in:
parent
eaf785858e
commit
a439c7ca46
2 changed files with 0 additions and 3 deletions
|
@ -36,7 +36,6 @@ func (Group) Fields() []ent.Field {
|
|||
"brl",
|
||||
"cad",
|
||||
"chf",
|
||||
"cny",
|
||||
"czk",
|
||||
"dkk",
|
||||
"eur",
|
||||
|
|
|
@ -5,7 +5,6 @@ export type Codes =
|
|||
| "BRL"
|
||||
| "CAD"
|
||||
| "CHF"
|
||||
| "CNY"
|
||||
| "CZK"
|
||||
| "DKK"
|
||||
| "EUR"
|
||||
|
@ -44,7 +43,6 @@ export const currencies: Currency[] = [
|
|||
{ code: "BRL", local: "Brazil", symbol: "R$", name: "Brazilian Real" },
|
||||
{ code: "CAD", local: "Canada", symbol: "C$", name: "Canadian Dollar" },
|
||||
{ code: "CHF", local: "Switzerland", symbol: "CHF", name: "Swiss Franc" },
|
||||
{ code: "CNY", local: "China", symbol: "¥", name: "Chinese Yuan" },
|
||||
{ code: "CZK", local: "cs-CZ", symbol: "Kč", name: "Czech Koruna" },
|
||||
{ code: "DKK", local: "da-DK", symbol: "kr", name: "Danish Krone" },
|
||||
{ code: "EUR", local: "Eurozone", symbol: "€", name: "Euro" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue