Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO Codes #33

Open
BeejLuig opened this issue Sep 11, 2018 · 1 comment
Open

ISO Codes #33

BeejLuig opened this issue Sep 11, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@BeejLuig
Copy link
Owner

Need to map country ISO Codes to currency: https://www.nationsonline.org/oneworld/country_code_list.htm
And map language codes to country:
https://www.loc.gov/standards/iso639-2/php/code_list.php

@BeejLuig BeejLuig added the enhancement New feature or request label Sep 11, 2018
@kerrykimrusso
Copy link
Collaborator

kerrykimrusso commented Sep 12, 2018

map language codes to country

I think we can just default the language used for Intl.NumberFormat to the user's default.
https://codepen.io/kerrykimrusso/pen/aaYjrN?editors=0012

Need to map country ISO Codes to currency

Is this to set the default currency for the user? My vote would be to let the user set the to currency themselves. I think the only lookup we'll need is from the symbol of the currency being used in the page to the desired currency.

Seem right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants