The Internationalization (i18n) plugin allows Strapi users to create, manage and distribute localized content in different languages, called "locales".
The Internationalization (i18n) plugin allows Strapi users to create, manage and distribute localized content in different languages, called "locales". For more information about the concept of internationalization, please refer to the W3C definition.
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add @strapi/plugin-i18n
# Or using NPM
npm install @strapi/plugin-i18n
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build
npm install @strapi/plugin-i18n
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.