From ca1fde50884a3a0cd1c681da0a6a269629ec2fb7 Mon Sep 17 00:00:00 2001 From: Catrya <140891948+Catrya@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:52:50 -0400 Subject: [PATCH] add MWK currency --- util/fiat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/util/fiat.json b/util/fiat.json index fc83d04d..97e39127 100644 --- a/util/fiat.json +++ b/util/fiat.json @@ -878,6 +878,17 @@ "price": true, "locale": "es-MX" }, + "MWK": { + "symbol": "K", + "name": "Malawian Kwacha", + "symbol_native": "K", + "decimal_digits": 2, + "rounding": 0, + "code": "MWK", + "emoji": "🇲🇼", + "name_plural": "Malawian kwachas", + "price": true + }, "MYR": { "symbol": "RM", "name": "Malaysian Ringgit",