What about multilanguage?
parrycima opened this issue · 1 comments
parrycima commented
How can we add multi-language support in React.js / Next.js?
liorocks commented
I think this is something that you have to implement on your own at this moment.
I would suggest to check these repos out:
https://github.com/codecourse/laravel-inertia-localisation-example
https://github.com/EugeneMeles/laravel-react-i18n
https://github.com/conedevelopment/i18n
laravel/jetstream#232 (comment)
Hope it helps!