Fixed Currency Code

kick

Well-known member
Affected version
2.1.3
Although this method has static and not changeable data, although this move is not clear and is not taken from the phrases. Of course, it would be nice to see a parching look, but I hope for a minor change in the symbol for the Russian ruble.
'RUB' => ['code' => 'RUB', 'symbol' => 'RUB', 'precision' => 2, 'phrase' => 'currency.rub', 'fa' => 'fa-ruble-sign'],
Change to:
'RUB' => ['code' => 'RUB', 'symbol' => '₽', 'precision' => 2, 'phrase' => 'currency.rub', 'fa' => 'fa-ruble-sign'],
 
Last edited:
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:
Implement the russian ruble symbol
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom