feat(medusa): Add Mongolian currency tugrug (#2067)

This commit is contained in:
endigo
2022-08-21 18:12:40 +08:00
committed by GitHub
parent 844d7d1f5f
commit 8c4be33536
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
add Mongolian native currency tugrug

View File

@@ -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",