Our powerful JS Calendar component


Post by gustavo.rosendo »

Hello,

In my Vue3 project, we are using the i18n package for localization, with our own .json locale files.
I was already able to createa custom locale for the Bryntum calendar, but some of them are duplicated if compared with the .json in the i18n locale file.

So I was wondering if it is possible to also load/read my other translations from the i18n in order to avoid duplicates.
Is it possible to integrate i18n in the Bryntum Calendar?

Thanks in advance,
Gustavo M R Santos


Post by tasnim »

It is not possible to use i18n to translate Bryntum components. But It is possible to use i18n besides our locales to translate the non-bryntum part of the application.

We have a demo on that https://bryntum.com/examples/scheduler/frameworks/react/javascript/advanced/build/ that uses i18next (not i18n but the principle would be the same)

Good Luck :),
Tasnim


Post by gustavo.rosendo »

Hi Tasnim,

Thanks for the clarification!
Yep, that is what we are already doing: use i18n besides the Bryntum locales.

Best regards,
Gustavo


Post Reply