dashed-slug.net › Forums › General discussion › Currency symbols and localization › Reply To: Currency symbols and localization
Hello,
Thank you. You bring a valid point.
As you found out, you can modify the symbol using the filter under “Frontend -> JSON API filters -> Amounts pattern” in the manual. This is an sprintf
pattern that is used both on the server side and client side to format patterns.
It is not possible to use this pattern to set the decimals separator and thousands separator.
Ultimately this is not something that you should have to do. I will have to investigate how to make the plugin respect the regional settings of the current locale. This is likely not going to be easy, as many things need to change throughout the plugin.
I will report any progress on this thread.
with regards