Our powerful JS Calendar component


Post by denis »

Hey Team Bryntum,

since the update our tooltips showing up with the wrong name.

Instead of "Go to next Month" the tooltips in the sidebar show up like this:

L{DatePicker.gotoNextMonth}

Do you have an idea how to fix this ?

best
denis

Attachments
wrong tooltips
wrong tooltips
Screenshot 2023-03-27 105527.png (33.75 KiB) Viewed 100 times

Post by alex.l »

Hi denis,

What update did you do? which versions? How did you do update? Do you have custom localization? Does your localization file have that DatePicker.gotoNextMonth string? Like this

    DatePicker : {
        gotoPrevYear  : 'Přejít na předchozí rok',
        gotoPrevMonth : 'Přejít na předchozí měsíc',
        gotoNextMonth : 'Přejít na další měsíc',
        gotoNextYear  : 'Přejít na další rok'
    },

All the best,
Alex


Post Reply