Right now i need to translate my app but I have so many conditionnal texts and all that it’s so much of a hassle to use the weweb builtin traduction … any clues ?
hi @Philibert I am using i18n for my weweb project and its working fine. You can also use it somehow in combination with wewebs build in multi language principle
Thanks for your answer.
Are you using both i18n and weweb builtin multilanguage ? You mean you use the Weweb multi language for switching between languages ?
Can I ask you a few quick technical questions?
Where did you load and init i18next? (Head, Footer, or page code?)
Did you use CDN scripts or imports? Which versions?
Where are your translations stored (inline JS, JSON files, or WeWeb collection)?
How do you call translations in WeWeb? (e.g. {{ t('key') }} or {{ i18next.t('key') }})
How do you switch language at runtime? (button, variable, function?)
Any issues with placeholders or dynamic content (inputs, text from DB)?