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

6 lines (3 loc) 105 B
import pluginId from '../pluginId'; const getTrad = id => `${pluginId}.${id}`; export default getTrad;