選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12345678
  1. export { Trans } from './Trans';
  2. export { useTranslation } from './useTranslation';
  3. export { withTranslation } from './withTranslation';
  4. export { Translation } from './Translation';
  5. export { I18nextProvider } from './I18nextProvider';
  6. export { withSSR } from './withSSR';
  7. export { useSSR } from './useSSR';
  8. export { I18nContext, initReactI18next, setDefaults, getDefaults, setI18n, getI18n, composeInitialProps, getInitialProps } from './context';