Polyglot icon indicating copy to clipboard operation
Polyglot copied to clipboard

Support for currency conversion

Open gingerbeardman opened this issue 4 years ago • 1 comments

Describe the solution you'd like If selected text contains only numbers and currency, do currency conversion.

It makes sense to convert the language of money.

eg. ¥660, 660 yen, £9.99, $10.00, 10USD

Describe alternatives you've considered Using Chrome with Direct Currency Converter extension

Additional context Caching currency requests to once per day would be enough, then any currency API cn be used.

Currency API

  • https://currencylayer.com/product (250 request per month)
  • https://free.currencyconverterapi.com (100 requests per hour)

gingerbeardman avatar Jul 09 '20 11:07 gingerbeardman

It seems this is beyond the scope of Polyglot though, I'm curious to see how it turns out. Anyone who wants to make a PR for this feature?

uetchy avatar Jul 09 '20 11:07 uetchy