react-i18next
Version:
Internationalization for react done right. Using the i18next i18n ecosystem.
18 lines (16 loc) • 451 B
JavaScript
export { Trans } from './Trans';
export { useTranslation } from './useTranslation';
export { withTranslation } from './withTranslation';
export { Translation } from './Translation';
export { I18nextProvider } from './I18nextProvider';
export { withSSR } from './withSSR';
export { useSSR } from './useSSR';
export {
initReactI18next,
setDefaults,
getDefaults,
setI18n,
getI18n,
composeInitialProps,
getInitialProps,
} from './context';