Is your feature request related to a problem? Please describe.
Currently, the balance format displays as 190 $, but there is no option in the config to change the placement of the currency symbol (for example, to display as $ 190). Users can change the currency symbol, but not its placement relative to the amount.
Proposed Solution
Add a message parameter in the language file (such as price_message_format) to allow users to configure how balances and amounts are displayed, including symbol placement.
Example:
price_message_format: "{symbol} {amount}"
This would enable custom formats like $ 190, €190, 190♦, etc.
Discussion Reference
Volt: Yeah but my issue is the formatting of the currencies i.e. in your plugin the currency is show as 190 $ im wanting to change it to display as $ 190 Shadow48402: Check, I don't think I have made it available. My suggested fix would be adding a message to the language file to configure it easily through a message. Example: price_message_format: "{symbol} {amount}" Volt: that would be perfect
Additional context No indication in the config or language files allows placing the symbol before the amount. Multi-currency setup is present, but formatting is currently not configurable.