Releases: xairoo/next-i18next-static-site
Releases · xairoo/next-i18next-static-site
v1.0.4
Changelog:
- Updated
react-i18next
to v15.2.0
v1.0.2
Changelog:
- readme updated (689a98c)
- Merge pull request #7 from xairoo/dev-next-v14 (d9851be)
v1.0.1
Changelog:
- Moved the configuration to environment variables because
publicRuntimeConfig
is deprecated by Next.js.
- Updated to next v14.0.4
v0.3.1
Changelog:
- fix(example): moved locales loader from
_app.tsx
to a separate file for real hot reloading to preserve the current components state (53c139a)
- fix: locales typo (075c639)
- docs: misc style updates (35fe9d8)
- chore: release v0.3.0 (1f2f7c7)
v0.3.0
languageDetection()
added (64aba11)
- Used for browser or cookie locale detection.
- Redirects the client to the given language.
defaultLanguage
is used as fallback.