Migrating from the old InContext editor
1) Replace the old locize-editor
with i18next
import { locizePlugin } from 'locize';
i18next.use(locizePlugin)
// Using react-i18next you might want to bind the editorSaved event to trigger a rerender:
i18next.init({
// ...
react: {
bindI18n: 'languageChanged editorSaved'
}
})with locizify
with other as module
with other in vanilla javascript
2) The new InContext view
Last updated