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

11 lines (8 loc) 149 B
'use strict'; const formatLocale = locale => { return { ...locale, name: locale.name || null, }; }; module.exports = { formatLocale };