UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

12 lines (8 loc) 282 B
import { api } from './postMessage.js' function handler (payload) { const { lng, ns, ...rest } = payload api.i18n.getResourceBundle(lng, ns, resources => { api.confirmResourceBundle({ resources, lng, ns, ...rest }) }) } api.addHandler('requestResourceBundle', handler)