Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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