Skip to content

Commit

Permalink
Merge pull request #12759 from strapi/feature/i18n-readme
Browse files Browse the repository at this point in the history
Update i18n readme
  • Loading branch information
derrickmehaffy committed Mar 8, 2022
2 parents 086c449 + 7348eec commit 7b4d0e0
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion packages/plugins/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# strapi-plugin-i18n
# 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)

0 comments on commit 7b4d0e0

Please sign in to comment.