fix(utils): Symbol for Indian Currency (#6453)
This commit is contained in:
committed by
GitHub
parent
269be1b64a
commit
76ff9e87b6
@@ -298,7 +298,7 @@ export const currencies: Record<string, CurrencyInfo> = {
|
||||
INR: {
|
||||
code: "INR",
|
||||
name: "Indian Rupee",
|
||||
symbol_native: "টকা",
|
||||
symbol_native: "₹",
|
||||
decimal_digits: 2,
|
||||
},
|
||||
IQD: {
|
||||
|
||||
@@ -448,7 +448,7 @@ export const currencies: CurrenciesType = {
|
||||
INR: {
|
||||
symbol: "Rs",
|
||||
name: "Indian Rupee",
|
||||
symbol_native: "টকা",
|
||||
symbol_native: "₹",
|
||||
decimal_digits: 2,
|
||||
rounding: 0,
|
||||
code: "INR",
|
||||
|
||||
@@ -444,7 +444,7 @@ export const currencies: Record<string, Currency> = {
|
||||
INR: {
|
||||
symbol: "Rs",
|
||||
name: "Indian Rupee",
|
||||
symbol_native: "টকা",
|
||||
symbol_native: "₹",
|
||||
decimal_digits: 2,
|
||||
rounding: 0,
|
||||
code: "INR",
|
||||
|
||||
@@ -444,7 +444,7 @@ export const defaultCurrencies: Record<string, Currency> = {
|
||||
INR: {
|
||||
symbol: "Rs",
|
||||
name: "Indian Rupee",
|
||||
symbol_native: "টকা",
|
||||
symbol_native: "₹",
|
||||
decimal_digits: 2,
|
||||
rounding: 0,
|
||||
code: "INR",
|
||||
|
||||
Reference in New Issue
Block a user