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

12 lines (9 loc) 169 B
import en from './en.json'; import fr from './fr.json'; import zhHans from './zh-Hans.json'; const trads = { en, fr, 'zh-Hans': zhHans, }; export default trads;