2018-02-15 19:01:54 +00:00
|
|
|
export * from './dateUtil';
|
2017-03-01 02:55:12 +00:00
|
|
|
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.
|
2022-08-31 15:57:31 +00:00
|
|
|
export { default as i18next, DEFAULT_LANGUAGE,
|
2022-10-03 06:34:40 +00:00
|
|
|
LANGUAGES, TRANSLATION_LANGUAGES, TRANSLATION_LANGUAGES_HEAD } from './i18next';
|