kendo-angular
kendo-angular copied to clipboard
Millisecond segment is not localized
Describe the bug The millisecond segment is not localized - undefined is rendered instead:

Used format MM/dd/yyyy HH:mm:ss:SS
To Reproduce https://stackblitz.com/edit/angular-gcwrkw?file=app%2Fapp.component.ts
When there is no loaded locale the millisecond text is shown as expected: https://stackblitz.com/edit/angular-evt3k8?file=app/app.component.ts
After some investigation, we noticed that in kendo-angular-intl package, there is no dedicated object for milliseconds.
Further info:
- Locales are auto-generated in
intl/build-locales.js#L122. - Translations are available here.
This is no longer reproducible with the latest version 14.0.0:
https://stackblitz.com/edit/angular-rb5nrk