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

Localization messages it-IT not working

3 Answers 324 Views
Globalization
This is a migrated thread and some comments may be shown as answers.
Enrico
Top achievements
Rank 1
Enrico asked on 09 Jun 2015, 08:51 PM

I'm using the js message files bundled in Kendo UI v2015.1.429 and changing them dynamically 

I'm currently using:

- kendo.messages.de-DE.min.js

- kendo.messages.en-US.min.js

- kendo.messages.es-ES.min.js

- kendo.messages.fr-FR.min.js

- kendo.messages.it-IT.min.js

- kendo.messages.ru-RU.min.js

Everything works fine, except for kendo.messages.it-IT.min.js that does not update the UI and this is obviously my own native language :)

Can you please check if there is any issue with it? I've also tried the updated once on github but no way.

Thanks,

Enrico

3 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 11 Jun 2015, 11:25 AM
Hi Enrico,

I am not sure what causes the issue. The file looks OK, you can check it yourself on GitHub:
  • https://github.com/telerik/kendo-ui-core/blob/production/src/messages/kendo.messages.it-IT.js

Is it possible for you provide small isolated example that I can run and examine locally?

Thank you in advance for the cooperation.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Enrico
Top achievements
Rank 1
answered on 11 Jun 2015, 12:02 PM

Hi Alex,

I've compared the two files:

https://github.com/telerik/kendo-ui-core/blob/production/src/messages/kendo.messages.it-IT.js

https://github.com/telerik/kendo-ui-core/blob/production/src/messages/kendo.messages.en-US.js

they look rather different, anyway I think I found an issue at line 148

if (kendo.ui.FilterCenn) {

should be 

if (kendo.ui.FilterCell) {

in general FilterCenn -> FilterCell

I would suggest to check if other js object names are broken.

Thanks a lot!

Enrico

0
Alexander Valchev
Telerik team
answered on 15 Jun 2015, 08:29 AM
Hello Enrico,

I fixed the typo and examined the file for other mistakes.
The fix will be published in the next internal build which is usually uploaded at the end of the week.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Globalization
Asked by
Enrico
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Enrico
Top achievements
Rank 1
Share this question
or