Adding multiple currency conversions #2126
felixjouminowa
started this conversation in
Ideas
Replies: 2 comments
-
Hi! Thanks for the comment. I think it wouldn't be hard to do multiple JPY-(other) conversions, e.g. JPY-USD + JPY-EUR. Normally we detect currencies by looking for 円 and ¥ characters but we recently changed it to also support "yen" as well so you can look up "10,000 yen" and "JPY 2,000" too. In order to support USD-EUR I guess we'd have to make it detect $ and maybe "USD" etc. too. To do it really properly we'd have to detect all sorts of currency symbols like €. I think we could do it but it would be quite a bit of work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not a programmer so I have no idea how much work it would require, but
having even just the JPY-USD & JPY-EUR (plus any other personalized
currencies) would be very helpful for sure!
〒389-2502
長野県下高井郡野沢温泉村豊郷6974-1
Lodge Schanze Nozawa
Manager 箕輪 フェリックス 盛
Email: ***@***.***
TEL: 090-4745-2124
…On Mon, 2 Dec 2024 at 09:40 Brian Birtles ***@***.***> wrote:
Hi! Thanks for the comment. I think it wouldn't be hard to do multiple
JPY-(other) conversions, e.g. JPY-USD + JPY-EUR. Normally we detect
currencies by looking for 円 and ¥ characters but we recently changed it to
also support "yen" as well so you can look up "10,000 yen" and "JPY 2,000"
too.
In order to support USD-EUR I guess we'd have to make it detect $ and
maybe "USD" etc. too. To do it really properly we'd have to detect all
sorts of currency symbols like €. I think we could do it but it would be
quite a bit of work.
—
Reply to this email directly, view it on GitHub
<#2126 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNLNQTU2M5YODYJIUP6JD7T2DOT6PAVCNFSM6AAAAABSZHZEBCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBTGEYTQMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The currency conversion feature is very very handy, however in many cases I'd use different conversions (ex. JPY-USD, JPY-EUR, USD-EUR) and would be awesome to have multiple conversions displaying option at the same time.
Beta Was this translation helpful? Give feedback.
All reactions