Files
jitsi-meet/react/features/base/i18n/index.js
2018-03-13 18:04:17 -05:00

9 lines
286 B
JavaScript

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