UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

3 lines (2 loc) 179 B
export { I18nContext, Trans, Translation, useTranslation, withTranslation, } from 'react-i18next'; export { appWithTranslation, globalI18n as i18n, } from './appWithTranslation';