UNPKG

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

7 lines (5 loc) 278 B
import pluginId from '../pluginId'; export const RESOLVE_LOCALES = `${pluginId}/locales/resolve-locales`; export const ADD_LOCALE = `${pluginId}/locales/add`; export const DELETE_LOCALE = `${pluginId}/locales/delete`; export const UPDATE_LOCALE = `${pluginId}/locales/update`;