From 1e11f8e8674139c69463768f93c28dcc8de1e0f0 Mon Sep 17 00:00:00 2001 From: Sicelo Date: Sun, 29 Aug 2021 16:00:09 +0200 Subject: [PATCH] Fix symbol for SZL currency The symbol for the Swaziland (now Eswatini) Lilangeni is not L (for Lilangeni), but E (for Emalangeni, plural). Even if it is just one Lilangeni, it is written as E1.00. --- plugins/woocommerce/includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/includes/wc-core-functions.php b/plugins/woocommerce/includes/wc-core-functions.php index 878c34f7fc1..d0d26b734cc 100644 --- a/plugins/woocommerce/includes/wc-core-functions.php +++ b/plugins/woocommerce/includes/wc-core-functions.php @@ -801,7 +801,7 @@ function get_woocommerce_currency_symbols() { 'SSP' => '£', 'STN' => 'Db', 'SYP' => 'ل.س', - 'SZL' => 'L', + 'SZL' => 'E', 'THB' => '฿', 'TJS' => 'ЅМ', 'TMT' => 'm',