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
36 lines (35 loc) • 846 B
JSON
{
"name": "strapi-plugin-i18n",
"version": "3.6.8",
"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.8"
},
"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": "8972d78e8d1783ded6089d0318bfb62aff8e6962"
}