Fullcalendar: allDayText with localization

Created on 7 Jul 2016  路  3Comments  路  Source: fullcalendar/fullcalendar

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.

Confirmed i18n

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 allDayHtml instead you can probably make it work

All 3 comments

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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MartijnWelker picture MartijnWelker  路  3Comments

Magda98 picture Magda98  路  3Comments

arshaw picture arshaw  路  3Comments

Lacitomi picture Lacitomi  路  4Comments

AntonyCorbett picture AntonyCorbett  路  4Comments