Skip to content

Commit

Permalink
Add missing currency information for Iceland and Bulgaria
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Aug 23, 2024
1 parent c88db76 commit f2d0a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/utils/constants/currency-decimals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const CURRENCY_DECIMALS = {
GHC: 1,
GNF: 1,
KMF: 1,
ISK: 1,
PYG: 1,
RWF: 1,
UGX: 1,
Expand Down
2 changes: 2 additions & 0 deletions packages/lib/storybook/utils/get-currency.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const currencies: Record<string, string> = {
AR: 'ARS',
AU: 'AUD',
BG: 'BGN',
BR: 'BRL',
CA: 'CAD',
CH: 'CHF',
Expand All @@ -13,6 +14,7 @@ const currencies: Record<string, string> = {
HU: 'HUN',
ID: 'IDR',
IN: 'INR',
IS: 'ISK',
JP: 'JPY',
KR: 'KRW',
MG: 'MGA',
Expand Down

0 comments on commit f2d0a5c

Please sign in to comment.