Baizey/UniversalAutomaticCurrencyConverter

No automatic detection of the currency "$" that follows "US"

Opened this issue · 1 comments

No automatic detection of the currency "$" that follows "US". For example, when the amount is preceded by "US$", the conversion is not established:

image

this is where all alternative currency representations are held:

https://github.com/Baizey/UniversalAutomaticCurrencyConverter/blob/master/src/currencyConverter/Localization/Localization.ts

specifically for USD it will check for these alternatives: $, USD$, US$, US $

so this is most likely a problem with detection for the website you're visiting