kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Missing localization messages in the ASP.NET Core Grid for he-IL culture

Open kendo-bot opened this issue 3 years ago • 0 comments

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

  1. Create a Telerik UI Grid and enable the commands Edit(), Destory(), and Create().

  2. Set the client-side culture to "he-IL" and register the localization script for that culture.

  3. 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]

kendo-bot avatar Jul 21 '22 08:07 kendo-bot