您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.js 262B

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