Files
jitsi-meet/react/features/base/i18n/index.js
2017-02-28 23:22:02 -06:00

7 lines
234 B
JavaScript

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