Fixed Currency symbols

kick

Well-known member
Affected version
2.1.3
'UAH' => ['code' => 'UAH', 'symbol' => 'UAH', 'precision' => 2, 'phrase' => 'currency.uah'],
Change symbol to

And fa icon:
---------------------------------------------------------------------------------------------------------------------------------------------------
'KZT' => ['code' => 'KZT', 'symbol' => 'KZT', 'precision' => 2, 'phrase' => 'currency.kzt'],
Change symbol
BZ$
Symbol:
And fa icon:
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.4).

Change log:
Update currency symbols for KZT and UAH
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom