🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@strapi/plugin-i18n

Package Overview
Dependencies
Maintainers
8
Versions
1170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/plugin-i18n

This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API

4.24.0
Source
npm
Version published
Weekly downloads
105K
-2.56%
Maintainers
8
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 24 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts