How you do i18n in react apps?
Hi people, like the title says, how you guys do i18n in react apps?
I have react app (vite), and I thought about implementing it with
while looking through open source repositories I saw two different approaches with languages files
1.
and the last there any tool that can automate process of changing text?
I have react app (vite), and I thought about implementing it with
react-i18n anyway I have few question while looking through open source repositories I saw two different approaches with languages files
1.
- ```json"home": {"title": "Welcome to homepage",}```
and the last there any tool that can automate process of changing text?