chatpad
chatpad copied to clipboard
Add i18n module + translations
Automatic detection of the browser language and translation via json file
Hey @JordiMa! I think you don't have to import ../i18n
in each page. You should do it only once, for example in App.tsx
Hey @JordiMa! I think you don't have to import
../i18n
in each page. You should do it only once, for example inApp.tsx
Done :)