guys. I'm trying to implement localization with i18n to translate my website. I have read the docs and watch some tutos, but they are only focused on one file with only a little string, and I wondered how I could translate a whole paragraph ?
Here the link of a codesandbox, with a similar pathing of my project: https://codesandbox.io/s/try-translating-long-texts-v0jdu?file=/src/App.jsx
Thank you for you're time and you're help. =D
You must use a JSON/JS file with your translations inside.
Example :
data.js
Then, import it into your i18n file
i18n.js
Complete demo : Stackblitz