feat(dashboard,currency): added Tajikistani somoni currency (#13178)
* added Tajikistani somoni currency * updated currencies.ts * changeset * updated changeset --------- Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
co-authored by
William Bouchard
parent
d724f079a8
commit
1b681a79da
@@ -631,6 +631,12 @@ export const currencies: Record<string, CurrencyInfo> = {
|
||||
symbol_native: "T$",
|
||||
decimal_digits: 2,
|
||||
},
|
||||
TJS: {
|
||||
code: "TJS",
|
||||
name: "Tajikistani Somoni",
|
||||
symbol_native: "с.",
|
||||
decimal_digits: 2,
|
||||
},
|
||||
TRY: {
|
||||
code: "TRY",
|
||||
name: "Turkish Lira",
|
||||
|
||||
Reference in New Issue
Block a user