deefrawley / Flow.Launcher.Plugin.Currency

Currency conversion plugin for Flow Launcher that uses the euro and rates at https://www.ecb.europa.eu/ to convert between currencies.
MIT License
16 stars 2 forks source link

Using comma as thousands separator breaks the conversion #2

Closed deefrawley closed 3 years ago

deefrawley commented 3 years ago

Using an amount to convert such as 46,000 instead of 46000 throws an error.

deefrawley commented 3 years ago

I have added a very basic fix to strip commas from the amount. If this plugin gets more use and there are requests to use other number formats then I will need to looking at using the locale library to handle more varied formats.

deefrawley commented 3 years ago

Added to release v1.1