kendo-ui-core
kendo-ui-core copied to clipboard
Missing localization messages in the ASP.NET Core Grid for he-IL culture
Bug report
The localization messages for some of the default Grid commands are missing. They are translated in the kendo.messages.he-IL.min.js:
https://github.com/telerik/kendo-ui-core/blob/master/src/messages/kendo.messages.he-IL.js#L302
Reproduction of the problem
-
Create a Telerik UI Grid and enable the commands Edit(), Destory(), and Create().
-
Set the client-side culture to "he-IL" and register the localization script for that culture.
-
The commands are not translated.
Here is a Dojo sample, where all available localization messages for culture "he-IL" are in place:
https://dojo.telerik.com/UvaMivaS
Expected/desired behavior
The localization messages from the "kendo.messages.he-IL.min.js" file should be available for the Telerik UI Grid.
Environment
- **Kendo UI version: 2022.2.621
- **jQuery version: 1.12.4
- **Browser: [all]