feat: Added Malawi kwacha to currency list (#12440)

* Add Malawi kwacha currency

* fix failing currency tests

---------

Co-authored-by: Stevche Radevski <sradevski@live.com>
This commit is contained in:
Christopher Seven Phiri
2025-07-16 11:26:28 +03:00
committed by GitHub
parent 2c2528a087
commit 1797f0298b
3 changed files with 13 additions and 4 deletions

View File

@@ -675,6 +675,15 @@ export const defaultCurrencies: Record<string, Currency> = {
code: "MUR",
name_plural: "Mauritian rupees",
},
MWK: {
symbol: "K",
name: "Malawian Kwacha",
symbol_native: "K",
decimal_digits: 2,
rounding: 0,
code: "MWK",
name_plural: "Malawian Kwachas",
},
MXN: {
symbol: "MX$",
name: "Mexican Peso",