You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this documentation, as well as the above mentioned discussions, don't include the "final" guide how to implement translation of page names/urls, for example:
/about
/fr/sur
/de/uber
(The documentation contains a link to a "minimal example" as well as a link to the next intl library, but neither of these showcase routes translations.)
As this is the crucial SEO element of any multilingual website, it would be nice if the Next.js provided a more detailed guide how to implement this.
Does the docs page already exist? Please link to it.
branislavbrincko
changed the title
Docs: i18n - how to translate routes using app directory
Docs: i18n - how to translate routes using app directory?
May 13, 2023
What is the improvement or update you wish to see?
The documentation could showcase how to translate routes using app router. For example:
Is there any context that might help us understand?
There have been lengthy discussions how to implement i18n using new app directory:
app
directory #41980Now, there is an official documentation:
But this documentation, as well as the above mentioned discussions, don't include the "final" guide how to implement translation of page names/urls, for example:
(The documentation contains a link to a "minimal example" as well as a link to the next intl library, but neither of these showcase routes translations.)
As this is the crucial SEO element of any multilingual website, it would be nice if the Next.js provided a more detailed guide how to implement this.
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/routing/internationalization
The text was updated successfully, but these errors were encountered: