Describe the bug
The messages from the cldr-dates-full library are not loaded correctly in the Calendar component.
Month names in the Calendar control in Polish language should be in the nominative case.
Tooltips for the days in the calendar are in the genitive case and they are correct.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The month's name should be "listopad 2021". Instead, it is "listopada 2021". For reference, check this sample that uses the Kendo UI for jQuery suite and the messages are correct.
When the focused-date property of the Calendar is bound to data property, if you change the value of this property the focused date inside the component is not changing
If the value of the focused-date property is changed, the new focused date should be applied in the Calendar