Replies: 1 comment
-
For now, you can not, unless you use version 0.18 of Next-translate. In 0.19 we changed the i18n routing (that we managed with workarounds) for the i18n routing that Next.js released in its core in version 10. So it's a feature that Next.js has to implement because all the i18n routing is part of the core of Next.js and not of this library, this library now is only used for the translations of each page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to static export my next application that is using
next-translate
. Currently, I get an error saying:Error: i18n support is not compatible with next export.
. I want to use translation while being able to statically export the application as HTML pages.Beta Was this translation helpful? Give feedback.
All reactions