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