-
Notifications
You must be signed in to change notification settings - Fork 215
DatePicker: localization #499
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
Comments
Seems to be working here. Have you loaded the |
No, that was it. |
I guess we should throw an error in this case. We will fix this. We are also considering generating locale files that include all the data that we need. Should simplify the loading unless you are also using the cldr data for some other purpose. |
Locale files: |
Could you clarify what you mean by "load configured languages automatically"? |
This could be solved elegantly by an Angular CLI plugin. |
And we don't use Angular CLI. Perhaps including a loader which assumes those files somewhere in the wwwroot or via CDN and the publishing depends on the build process? |
Thank you for clarifying. I do not think that assuming a specific path is a good option for a library. Given that loading the required data will be a single line of code with the generated locales, I think that we should leave this to the developers. |
The pre-built locales have been added in v1.1.0 of the |
In en-US it shows the text:

In de-CH it doesn't:

The project (IntlService, ..) is correctly configured, everything else is translated correctly.
I assume you are using the CLDR packages and not LocalizationService for that?
Thanks
The text was updated successfully, but these errors were encountered: