mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 16:37:46 +00:00
* feat(translation) enable cc translation * Refactor translation for ListItem. * fix language file sorting * fix translation order * change import order
8 lines
325 B
JavaScript
8 lines
325 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, TRANSLATION_LANGUAGES_HEAD, TRANSLATION_LANGUAGES_EXCLUDE } from './i18next';
|