export { default as I18n } from './i18n';
export { default as translate } from './translate';
export { default as useTranslate} from './useTranslate';
export * from './translate';
