Skip to content

Commit

Permalink
feat(front-950): update the list of available ict currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomont committed Mar 29, 2024
1 parent 7b5a380 commit 6efd0f4
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions clients/banking/src/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,41 +280,26 @@ export const languages: Language[] = [
];

export const currencies = [
"GBP",
"USD",
"AED",
"BGN",
"AUD",
"BRL",
"CAD",
"CHF",
"CRC",
"CZK",
"DKK",
"EGP",
"GEL",
"HUF",
"ILS",
"NOK",
"PLN",
"RON",
"TRY",
"UAH",
"MYR",
"ZAR",
"BRL",
"CLP",
"EUR",
"GBP",
"HKD",
"KES",
"KRW",
"MAD",
"NPR",
"PHP",
"SGD",
"THB",
"ARS",
"AUD",
"FJD",
"IDR",
"ILS",
"INR",
"JPY",
"KRW",
"MXN",
"MYR",
"NZD",
"SGD",
"THB",
"USD",
"UYU",
"VND",
] as const;
export type Currency = (typeof currencies)[number];

0 comments on commit 6efd0f4

Please sign in to comment.