Skip to content

Commit

Permalink
fix(utils): Add Surinamese dollar
Browse files Browse the repository at this point in the history
  • Loading branch information
reddington committed Dec 23, 2024
1 parent a4335f2 commit e6c1324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/core/utils/src/defaults/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,15 @@ export const defaultCurrencies: Record<string, Currency> = {
code: "SDG",
name_plural: "Sudanese pounds",
},
SRD: {
symbol: "SRD",
name: "Surinamese dollar",
symbol_native: "SRD",
decimal_digits: 2,
rounding: 0,
code: "SRD",
name_plural: "Surinamese dollars",
},
SEK: {
symbol: "Skr",
name: "Swedish Krona",
Expand Down

0 comments on commit e6c1324

Please sign in to comment.