Kendo-ui-core: Filter menu with multi: true is missing localization message for number of selected items

Created on 2 May 2017  路  3Comments  路  Source: telerik/kendo-ui-core

Bug report

There is no localization message entry for the selected items text in the multi-checkbox filter.

Screenshot

Messages file

Current behavior

The message can be localized by specifying a custom selected items format, using selectedItemsFormat property.

Expected/desired behavior

The default message should be localizable like the pager messages that support custom formatting.

Bug Grid Localization Low jQuery1

Most helpful comment

We just got burned by this as well. When is the fix for this expected?

All 3 comments

We just got burned by this as well. When is the fix for this expected?

The scope of this issue is actually a bit larger. The kendo.messages files are missing the message entries for several strings that should be localizable.

It should contain this full set of messages:

kendo.ui.FilterMultiCheck.prototype.options.messages =
$.extend(true, kendo.ui.FilterMultiCheck.prototype.options.messages,{
  "checkAll": "Select all",
  "clear": "Clear",
  "filter": "Filter",
  "search": "Search", 
  "cancel": "Cancel",
  "selectedItemsFormat": "{0} items selected"

However, en-US only had 4/6, while ja-JP, zh-CN, zh-TW (for example) only had 1/6.

Just ran into this issue, as well as missing translations for dropdown options in FilterCell and FilterMenu. Any update on the state of translations?

Was this page helpful?
0 / 5 - 0 ratings