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

8 lines (5 loc) 163 B
import get from 'lodash/get'; const getLocaleFromQuery = query => { return get(query, 'plugins.i18n.locale', undefined); }; export default getLocaleFromQuery;