feat(medusa): Add Mongolian currency tugrug (#2067)
This commit is contained in:
5
.changeset/shaggy-pots-explain.md
Normal file
5
.changeset/shaggy-pots-explain.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
add Mongolian native currency tugrug
|
||||
@@ -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