-
hello, i installed the next-translate, but i have this problem: `Module not found: Can't resolve '@next-translate-root/locales'
this is my next.config.js: module.exports = nextTranslate({ nextConfig }); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
First check if you have the locales folder with the jsons. If it's this case, I think is related with this issue #851 The bug comes with SWC in Next.js 12, we need to investigate better to fix it. Any idea or proposal will be very welcome. For now if you need to overwrite the |
Beta Was this translation helpful? Give feedback.
First check if you have the locales folder with the jsons. If it's this case, I think is related with this issue #851
The bug comes with SWC in Next.js 12, we need to investigate better to fix it. Any idea or proposal will be very welcome.
For now if you need to overwrite the
loadLocaleFrom
you can use this temporal workaround #851 (comment)