You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lib does not allow to retrieve currency symbols for european countries as they are all considered as one big country called 'European member...'.
The thing is, when you get a string like 'France', it's not very convenient to find out first if it's a european country.
currencySymbol.symbol('France')// Result is undefined
It would be great if we could use all countries name including european ones.
Hello,
The lib does not allow to retrieve currency symbols for european countries as they are all considered as one big country called 'European member...'.
The thing is, when you get a string like 'France', it's not very convenient to find out first if it's a european country.
It would be great if we could use all countries name including european ones.
For people who might come here looking for a solution: I switched to https://www.npmjs.com/package/iso-country-currency ;)
The text was updated successfully, but these errors were encountered: