strapi-plugin-i18n
Version:
This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API
41 lines (40 loc) • 988 B
JSON
{
"name": "strapi-plugin-i18n",
"version": "3.6.11",
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
"strapi": {
"name": "Internationalization",
"icon": "round-language",
"description": "i18n.plugin.description",
"required": false
},
"dependencies": {
"lodash": "4.17.21",
"p-map": "4.0.0",
"pluralize": "8.0.0",
"strapi-utils": "3.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/strapi-plugin-i18n"
},
"author": {
"name": "A Strapi developer",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "A Strapi developer",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "62b3ff560e0d1749c4bcf93e5d357501edd9dddb"
}