Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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