Hi there,
I want to localize the "today"-Button from the DatePicker-Component of the Scheduler:
I already have a locale.json like in your example and there I have set the "today" property to "Heute", as well as for the datepicker - components:
{
"de": {
"schedule": {
"today": "Heute"
},
"datepicker": {
"today": "Heute"
}
}
}
Is this the right key or do I have to set another one?
Thanks and best regards,
Oliver