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
24 lines (22 loc) • 307 B
JavaScript
const LOCALIZED_FIELDS = [
'biginteger',
'boolean',
'component',
'date',
'datetime',
'decimal',
'dynamiczone',
'email',
'enumeration',
'float',
'integer',
'json',
'media',
'number',
'password',
'richtext',
'string',
'text',
'time',
];
export default LOCALIZED_FIELDS;