-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to support dynamic currencies #15
Comments
You need a formatter for each currency, please see globalizejs/globalize-compiler#10 (comment) If you want to contribute, it would be great if we could update docs to include that information. Thanks and feel free to post additional comments if you have further questions. |
Ok I understand. Thank you. I have actually fallen back to using However I suspect I will be back to try again with Globalize, and when I do I will be happy to contribute. Thanks |
Brainstorming potential solutions here globalizejs/globalize-compiler#10 (comment) |
Hey there, I am back with a couple more stupid questions. But I have decided to split them as they are unrelated.
First, My project requires multiple currencies and languages. I cloned the
JQuery/globalize/examples/app-npm-webpack/
project and changed the code in index.js to the followingAnd I get build fails with
No Globalize compiled data module found
. I assume you are parsing the project for the supported currency codes, but is there a way to list the needed currency codes aswell?Thanks again.
The text was updated successfully, but these errors were encountered: