README
Last updated
Was this helpful?
Last updated
Was this helpful?
Is an easy to use integration for to enable translations on your application with support for SSR, SSG and Client translation loading.
It gives you freedom to use i18next
with a lot of different customizations, while still being compatible with next.js
.
Ni18n
also does not directly depend on i18next
nor react-i18next
, allowing you to update these dependencies without having to wait for any action on our part.
A work around is to create a wrapper around loadTranslations
that calls path.resolve('./', './public/locales')
, and then use this function instead of the exported by the ni18n
package.
Read the docs at or on the website
When running on Vercel we are unable to load the translation files automatically because the package doesn't bundle files requested by a third party lib.
You can read more on