您最多选择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';