Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
server/ | 2 years ago | - | ||
admin/ | 2 years ago | - | ||
README.md | 39 years ago | 1.1K | d7c1522 post receive test [كارل مبارك] | |
strapi-server.js | 39 years ago | 419 | ||
strapi-admin.js | 39 years ago | 64 | ||
package.json | 2 years ago | 3.3K | ||
oas.yml | 39 years ago | 4.9K | ||
jest.config.js | 39 years ago | 109 | ||
jest.config.front.js | 39 years ago | 110 | ||
LICENSE | 39 years ago | 1.4K |
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