When trying to set the allDayText property with a localized calendar, it seems that the translated string overwrites the property.
Here is the jsbin for testing. If you remove the translation script file, the custom text is displayed.
reproduced.
the bug is caused by the language defining the text with allDayHtml (an undocumented option) and allDayText does not have the power to override it. if you set allDayHtml instead you can probably make it work
Yes, setting allDayHtml makes it work. Many thanks!
fixed in v5 (and maybe even v4)
Most helpful comment
reproduced.
the bug is caused by the language defining the text with allDayHtml (an undocumented option) and allDayText does not have the power to override it. if you set
allDayHtmlinstead you can probably make it work