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