UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

22 lines (19 loc) 483 B
import { startLegacy } from './_processLegacy.js' export function startStandalone () { startLegacy({ getLocizeDetails: () => { return {} }, getLng: () => { return undefined }, setResource: () => {}, triggerRerender: () => {}, getResourceBundle: () => { return {} }, bindMissingKeyHandler: () => {}, bindLanguageChange: () => {} }) } if (typeof window !== 'undefined') { window.locizeStartStandalone = startStandalone }