next-i18next 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,7 +214,7 @@ _This table contains options which are specific to next-i18next. All other [i18n
|
|
|
214
214
|
|
|
215
215
|
## Notes
|
|
216
216
|
|
|
217
|
-
- [`next export`
|
|
217
|
+
- [`next export` is not supported.](https://github.com/isaachinman/next-i18next/issues/780)
|
|
218
218
|
- [To add a `lang` attribute to your top-level html DOM node, you must create a `_document.js` file.](https://github.com/isaachinman/next-i18next/issues/20#issuecomment-443461652)
|
|
219
219
|
- [Localising `next/head` requires special consideration due to NextJs internals](https://github.com/isaachinman/next-i18next/issues/251#issuecomment-479421852).
|
|
220
220
|
|