How to use SSG with multilingual? #16262
Unanswered
manhthepixta
asked this question in
Help
Replies: 2 comments
-
#16267 Linking the conversations because I might be able to use the answer here for my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
One way we're exploring is having a URL structure like...
With this method we do the rest of the templates as if they're English but within the
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm using SSG which is perfect. But I want my site support multilingual. I tried next-18next but it doesn't support SSG now.
I'm thinking using local subpath (e.g
domain.com
anddomain.com/es
) but I cannot imagine how to generate a new set of static html pages of the new language.Does anyone have any idea?
Beta Was this translation helpful? Give feedback.
All reactions