After update I've arrors in console:
./node_modules/@progress/kendo-angular-dateinputs/fesm2020/progress-kendo-angular-dateinputs.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "444501037893190567" ("clear" - "kendo.timepicker.clearTitle").
./node_modules/@progress/kendo-angular-dateinputs/fesm2020/progress-kendo-angular-dateinputs.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "5837182130353517790" ("clear" - "kendo.datetimepicker.clearTitle").
./node_modules/@progress/kendo-angular-dateinputs/fesm2020/progress-kendo-angular-dateinputs.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "6401309146619618412" ("clear" - "kendo.datepicker.clearTitle").
./node_modules/@progress/kendo-angular-dateinputs/fesm2020/progress-kendo-angular-dateinputs.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "6947941843239609210" ("clear" - "kendo.dateinput.clearTitle").
./node_modules/@progress/kendo-angular-layout/fesm2020/progress-kendo-angular-layout.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "3414996632637231223" ("next" - "kendo.timeline.next").
./node_modules/@progress/kendo-angular-layout/fesm2020/progress-kendo-angular-layout.mjs - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js):
(Emitted value instead of an instance of Error) No translation found for "5733397898153231659" ("previous" - "kendo.timeline.previous").
Hello Robert,
Based on the provided information, I can assume that there is a mismatch between the used version of the Kendo UI for Angular packages where the listed messages are already present, and the version of the @progress/kendo-angular-messages package used to generate the messages for the application.
All listed messages are available in the latest version of the messages package, for example:
https://github.com/telerik/kendo-angular-messages/blob/develop/messages/dateinput/dateinput.en-US.yml#L10
https://github.com/telerik/kendo-angular-messages/blob/develop/messages/timepicker/timepicker.en-US.yml#L40
https://github.com/telerik/kendo-angular-messages/blob/develop/messages/timeline/timeline.en-US.yml
I can suggest ensuring that the latest versions of all Kendo packages, including the messages one, are installed, and going through the steps for generating and configuring the translation files again:
https://www.telerik.com/kendo-angular-ui/components/globalization/localization/messages#using-the-angular-i18n-framework
Of course, you can skip the first several steps that are already performed like setting up the project, and adding the Grid.
I hope this helps, but if the issue persists, please send us an isolated runnable project where it can be observed, so we can inspect it further, determine what might be causing it, and try to suggest a solution that is most suitable to the specific use case. Thank you in advance and have a nice holiday season.