Socket
Socket
Sign inDemoInstall

@strapi/plugin-i18n

Package Overview
Dependencies
Maintainers
7
Versions
1121
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


Version published
Weekly downloads
98K
decreased by-0.35%
Maintainers
7
Weekly downloads
 
Install size
Created

Readme

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 29 Nov 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc