This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Docs: i18n - how to translate routes using app directory? #49761
Labels
Documentation
Related to Next.js' official documentation.
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: