See comments.
Created
July 14, 2015 23:52
-
-
Save rxaviers/fbca34ead79440b7f16f to your computer and use it in GitHub Desktop.
Alternatively, simply don't worry about it when we land (if we land) our built-in cache support. Currently implemented on globalizejs/globalize#436.
Do you have any timeline on when this might be incorporated?
Good question :P, I've created an exclusive PR for cache support globalizejs/globalize#470 (I've decoupled it from 436)
The cache support depends on PR#436 and I hope we're close to land it. So, basically we should decide if the benefits of the cache support outweigh its addition.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome. Please, keep me posted on its progress.
http://www.unicode.org/reports/tr35/tr35-numbers.html#Supplemental_Currency_Data
supplemental/currencyData.json has a
region
mapping with currencies. You can use that data to figure out the default currency of a region.This could live in Globalize. Needs a good API. Feel free to submit an issue proposing one. Take into account http://www.unicode.org/reports/tr35/tr35-numbers.html#Currencies
This could live in cldrjs. Needs a good API.
A way to manage currencies