deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.36k stars 253 forks source link

Add i18n module + translations #50

Open JordiMa opened 1 year ago

JordiMa commented 1 year ago

Automatic detection of the browser language and translation via json file

OctopBP commented 1 year ago

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

JordiMa commented 1 year ago

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

Done :)