UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

13 lines (10 loc) 369 B
'use strict'; var postMessage = require('./postMessage.js'); function handler(payload) { postMessage.api.initialized = true; clearInterval(postMessage.api.initInterval); delete postMessage.api.initInterval; postMessage.api.sendCurrentParsedContent(); postMessage.api.sendCurrentTargetLanguage(); } postMessage.api.addHandler('confirmInitialized', handler);