UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

37 lines (34 loc) 789 B
import { locizePlugin, locizeEditorPlugin } from './locizePlugin.js' import { startStandalone } from './startStandalone.js' import { addLocizeSavedHandler, setEditorLng } from './api/index.js' import { getImplementation as getVueI18nImplementation } from './implementations/vueI18nImplementation.js' import { wrap, unwrap, containsHiddenMeta, PostProcessor } from 'i18next-subliminal' export { wrap, unwrap, containsHiddenMeta, PostProcessor, locizePlugin, locizeEditorPlugin, addLocizeSavedHandler, setEditorLng, startStandalone, getVueI18nImplementation } export default { wrap, unwrap, containsHiddenMeta, PostProcessor, addLocizeSavedHandler, locizePlugin, locizeEditorPlugin, setEditorLng, startStandalone, getVueI18nImplementation }