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 234B

123456
  1. export * from './constants';
  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 } from './i18next';