feat(medusa): Add Mongolian currency tugrug (#2067)
This commit is contained in:
@@ -648,6 +648,15 @@ export const currencies: Record<string, Currency> = {
|
||||
code: "MMK",
|
||||
name_plural: "Myanma kyats",
|
||||
},
|
||||
MNT: {
|
||||
symbol: "MNT",
|
||||
name: "Mongolian Tugrig",
|
||||
symbol_native: "₮",
|
||||
decimal_digits: 0,
|
||||
rounding: 0,
|
||||
code: "MNT",
|
||||
name_plural: "Mongolian Tugrugs",
|
||||
},
|
||||
MOP: {
|
||||
symbol: "MOP$",
|
||||
name: "Macanese Pataca",
|
||||
|
||||
Reference in New Issue
Block a user