mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-27 07:31:43 +01:00
@@ -1,4 +1,4 @@
|
||||
export type Codes = "USD" | "EUR" | "GBP" | "JPY" | "ZAR" | "AUD" | "NOK" | "SEK" | "DKK" | "INR" | "RMB";
|
||||
export type Codes = "USD" | "EUR" | "GBP" | "JPY" | "ZAR" | "AUD" | "NOK" | "SEK" | "DKK" | "INR" | "RMB" | "BGN";
|
||||
|
||||
export type Currency = {
|
||||
code: Codes;
|
||||
@@ -74,4 +74,10 @@ export const currencies: Currency[] = [
|
||||
symbol: "$",
|
||||
name: "US Dollar",
|
||||
},
|
||||
{
|
||||
code: "BGN",
|
||||
local: "bg-BG",
|
||||
symbol: "lv",
|
||||
name: "Bulgarian lev",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user