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.
This commit is contained in:
parent
fd3dfdbf3e
commit
1e11f8e867
|
@ -801,7 +801,7 @@ function get_woocommerce_currency_symbols() {
|
||||||
'SSP' => '£',
|
'SSP' => '£',
|
||||||
'STN' => 'Db',
|
'STN' => 'Db',
|
||||||
'SYP' => 'ل.س',
|
'SYP' => 'ل.س',
|
||||||
'SZL' => 'L',
|
'SZL' => 'E',
|
||||||
'THB' => '฿',
|
'THB' => '฿',
|
||||||
'TJS' => 'ЅМ',
|
'TJS' => 'ЅМ',
|
||||||
'TMT' => 'm',
|
'TMT' => 'm',
|
||||||
|
|
Loading…
Reference in New Issue