Added: The support for CZK Currency (#5561)
Added the Czech Koruna currency support. - Added the CZK to the currency code. - Set the desired CZK icon to `TablerIcons` to use it within the `twenty-ui` fixes: #5530  
This commit is contained in:
committed by
GitHub
parent
c7d61e183a
commit
3de5ed3427
@ -2,6 +2,7 @@ export enum CurrencyCode {
|
||||
CAD = 'CAD',
|
||||
CHF = 'CHF',
|
||||
CNY = 'CNY',
|
||||
CZK = 'CZK',
|
||||
EUR = 'EUR',
|
||||
GBP = 'GBP',
|
||||
HKD = 'HKD',
|
||||
|
||||
@ -5,6 +5,7 @@ import {
|
||||
IconCurrencyEuro,
|
||||
IconCurrencyFrank,
|
||||
IconCurrencyKroneSwedish,
|
||||
IconCurrencyKroneCzech,
|
||||
IconCurrencyPound,
|
||||
IconCurrencyRiyal,
|
||||
IconCurrencyYen,
|
||||
@ -45,6 +46,10 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
|
||||
label: 'Chinese yuan',
|
||||
Icon: IconCurrencyYuan,
|
||||
},
|
||||
CZK: {
|
||||
label: 'Czech koruna',
|
||||
Icon: IconCurrencyKroneCzech,
|
||||
},
|
||||
HKD: {
|
||||
label: 'Hong Kong dollar',
|
||||
Icon: IconCurrencyDollar,
|
||||
|
||||
@ -57,6 +57,7 @@ export {
|
||||
IconCurrencyEuro,
|
||||
IconCurrencyFrank,
|
||||
IconCurrencyKroneSwedish,
|
||||
IconCurrencyKroneCzech,
|
||||
IconCurrencyPound,
|
||||
IconCurrencyRiyal,
|
||||
IconCurrencyYen,
|
||||
|
||||
Reference in New Issue
Block a user