From 177105d21abb831fed24b61c3b9a972f1816b084 Mon Sep 17 00:00:00 2001 From: Jesper Kjeldgaard Date: Tue, 10 Sep 2024 15:32:01 +0200 Subject: [PATCH] Add ZWG Zimbabwe Gold is the official currency of Zimbabwe as of April 8 2024. This PR adds support for the new currency https://en.wikipedia.org/wiki/Zimbabwean_ZiG --- config/currency_iso.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/currency_iso.json b/config/currency_iso.json index 0b0e9584ca..1c089ddb2d 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -2716,5 +2716,20 @@ "thousands_separator": ",", "iso_numeric": "967", "smallest_denomination": 5 + }, + "zwg": { + "priority": 100, + "iso_code": "ZWG", + "name": "Zimbabwe Gold", + "symbol": "ZiG", + "alternate_symbols": [], + "subunit": "cent", + "subunit_to_unit": 100, + "symbol_first": false, + "html_entity": "", + "decimal_mark": ".", + "thousands_separator": ",", + "iso_numeric": "924", + "smallest_denomination": 1 } }