Currency formatter
Opened this issue · 0 comments
weber-s commented
Hello!
As per the doc
FIXME: This method currently does not take locale into account – it always uses the dot as decimal separator and the comma as thousands separator.
there is no possibility to specify the decimal delimiter (basically, dot or coma) or thousand separator.
Can't we "simply" pass the currency to the rails number_to_currency
that should handle locales correctly?