@localive/adapter-i18next
v0.1.4
Published
Use Localive with i18next. Edit your translations from inside the running app.
Maintainers
Readme
@localive/adapter-i18next
Use Localive with i18next. Edit your translations from inside the running app.
Part of Localive, live in-context i18n editing for React, Vue, Angular, and Svelte.
Install
npm install @localive/adapter-i18next i18nextRequires the peer dependencies i18next (>=22) and @localive/core.
Usage
import { withI18next } from '@localive/adapter-i18next';
import i18next from 'i18next';
const adapter = withI18next(i18next);
// pass `adapter` to your Localive client (e.g. <LocaliveProvider adapter={adapter} ... />)See the full documentation at https://localive.vercel.app/concepts/adapters/.
License
MIT © Localive, see LICENSE.
