[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]admin/2023-06-15 18:18 -  
[DIR]server/2023-06-15 18:18 -  
[   ]LICENSE1985-10-26 08:15 1.4K 
[TXT]README.md1985-10-26 08:15 1.1Kd7c1522 post receive test [كارل مبارك]
[   ]jest.config.front.js1985-10-26 08:15 110  
[   ]jest.config.js1985-10-26 08:15 109  
[   ]oas.yml1985-10-26 08:15 4.9K 
[   ]package.json2023-06-15 18:21 3.3K 
[   ]strapi-admin.js1985-10-26 08:15 64  
[   ]strapi-server.js1985-10-26 08:15 419  
# 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](https://www.w3.org/International/questions/qa-i18n.en#i18n).

## 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:

```sh
# Using Yarn
yarn add @strapi/plugin-i18n

# Or using NPM
npm install @strapi/plugin-i18n
```

Then, you'll need to build your admin panel:

```sh
# Using Yarn
yarn build

# Or using NPM
npm run build
```

## Documentation

- [Developer documentation](https://docs.strapi.io/developer-docs/latest/plugins/i18n.html#installation)
- [User documentation](https://docs.strapi.io/user-docs/latest/content-manager/translating-content.html)