-
Notifications
You must be signed in to change notification settings - Fork 24
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
nls + dojo calendar issue #69
Comments
OK, thanks. I think what needs to happen is that the i18n loader needs add dependencies for all available locales that match, with greater specificity, the locales specified in the |
FWIW This is not just limited to calendar I can also reproduce with a bunch of other dijits... Also worth noting is that: #68 did happen to "fix" this issue, as the nls loader gracefully handles the "missing/undefined" modules by design. (I was a bit surprised that the observed dojo require behaviour was to not fire the callback...). |
Before I post a release, please get version 2.1.4-rc1 and verify that it resolves your issue. Thanks. |
I will re-test (I had posted some comment on the PR: #72) |
OK, I think #74 should fix it. Please try 2.1.4-rc2. |
2.1.4-rc2 is working well for all the test scenarios I could think of! thanks. |
Great! v2.1.4 has been published. Thanks for all your help. |
No, thank you for your help! |
Irrespective of what locales the user has specified in their DojoWebpackPlugin options, all locales must be included for the dojo calendar (dojo/cldr/nls).
I am guessing this is because the various calendars (dojo/cldr/nls/gregorian.js) reference them all specifically.
Steps to reproduce:
Note:
The text was updated successfully, but these errors were encountered: