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

10 lines (6 loc) 144 B
'use strict'; const { isoLocales } = require('../constants'); const getIsoLocales = () => isoLocales; module.exports = { getIsoLocales, };