This is a migrated thread and some comments may be shown as answers.

Missing translation for tooltip

1 Answer 234 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Dan asked on 04 May 2018, 06:26 AM

I am using the filtering from column menu for a grid and I have to support some other languages. I wanted to use the default translation that is provided with the kendo instalation, however I saw that not everything is translated.

What I have noticed was that the filtermenu in messages has also a title that is basically the same text as the info

messages: {
     info: 'Show items with value that:',
     title: 'Show items with value that:',
}

but on the translation files the title is not translated

if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.messages =
$.extend(true, kendo.ui.FilterMenu.prototype.options.messages,{
  "info": "Mostrar filas con valor que:",
  ....
}

I know how to implement the translation but I would like to register this as a request to be solved.

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 07 May 2018, 03:21 PM
Hi Dan,

As you mentioned, some of the translations are not available for every language. We will appreciate your contribution if you would like to add/modify the localization files as explained here:  

Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Preslav
Telerik team
Share this question
or