Our powerful JS Calendar component


Post by braincept »

We are already using bryntum calendar. But find one glitch that after switching language from en_Us to de_CH one translation is not working properly.
I tried to find in my local json translation file also but not able to find any const for translation.

Can you guid us how we can solve the problem.

en_us

en_us
en_us
Capture.PNG (12.65 KiB) Viewed 151 times

de_ch

de_ch
de_ch
Bildschirmfoto 2023-05-25 um 15.52.30.png (108.3 KiB) Viewed 151 times

Post by alex.l »

Hi, you need to add into your translation file the next object

    EventMenu : {
        duplicateEvent : 'Duplicate event', // use your language
        copy           : 'copy'
    },

All the best,
Alex


Post by braincept »

alex.l wrote: Thu Jun 01, 2023 12:19 pm

Hi, you need to add into your translation file the next object

    EventMenu : {
        duplicateEvent : 'Duplicate event', // use your language
        copy           : 'copy'
    },

Thanks, it works 😍


Post Reply