Closed umairali closed 1 year ago
I tried laravel 8 with mix and laravel 10 with vite but both did not translate.
Hi, you can try this pero as example: https://github.com/parth391/react-ssr-i18n
The problem is:
return await langs[`/lang/${lang}.json`]()
Replace it with:
return await langs[`../../lang/${lang}.json`]()
I am trying like below code but only the default language is showing. on npm run build files are generating in build assets folder but translation is not working.