next-i18next
Version:
The easiest way to translate your NextJs apps.
5 lines (4 loc) • 312 B
JavaScript
import { appWithTranslation, globalI18n } from "./appWithTranslation.mjs";
import "./index.mjs";
import { I18nContext, Trans, Translation, useTranslation, withTranslation } from "react-i18next";
export { I18nContext, Trans, Translation, appWithTranslation, globalI18n as i18n, useTranslation, withTranslation };