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

index.js 259B

12345678
  1. export * from './functions';
  2. // TODO Eventually (e.g. when the non-React Web app is rewritten into React), it
  3. // should not be necessary to export i18next.
  4. export { default as i18next, DEFAULT_LANGUAGE, LANGUAGES } from './i18next';
  5. import './middleware';