Internationalization (i18n) is now part of the strapi core
Internationalization (i18n) is now part of the Strapi core and no longer a plugin, and this impacts how some parameters are sent and accessed.
This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.
🔌 Is this breaking change affecting plugins? | Yes |
---|
Breaking change description
In Strapi v4
Content Manager sends the following parameter when accessing a locale: plugins[i18n][locale]
.
In Strapi 5
The parameter sent to the Content Manager is now just locale
.