Hi
The DatePicker component is not fully translated (I’m using the Italian translation).
The Today and Cancel buttons are always displayed in English.
Is it possible to translate them?
For example by adding the translation in messages_it.properties?
Hi Michele
try to create your project local messages_it.properties and define the following localization strings in it:
datepicker.today=Today
datepicker.cancel=Cancel
If you want to contribute translations, please do the pull request for this file by comparing to messages.properties in the same directory and adding absent values:
wbr, Aleksey
It works perfectly!
I created a Pull Request for the messages_it.properties file on GitHub.
I also added the translations for the FullCalendar.
Thanks
2 Likes