Josh 2d55462e46 fix: remove instances of request and ban with eslint
chore: remove straggler

chore: fix hook

chore: pr amends

chore: pr amends

chore: use axios for analytics

fix missing once function import

chore(test): use defineProperty

fix: webhooks creation

fix: sso

Revert "chore(test): use defineProperty"

This reverts commit dfdcb82ccef720c4e4993fe4021acc190f38a204.

chore: make sure theres a url before trying to render the image

fix: webhook
2023-04-20 17:30:40 +01:00
..
2021-04-29 12:03:54 +02:00
2021-04-29 12:03:54 +02:00
2023-04-19 14:54:40 +02:00
2022-03-04 18:00:50 +01:00

Strapi plugin i18n

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.

Features

  • Admin panel users can create several localized versions of their content
  • Developers can build localized projects by fetching and consuming the right content depending on the country/language of the audience

Installation

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

Documentation