Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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';