You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
789 B
26 lines
789 B
3 years ago
|
export { Trans } from './Trans';
|
||
|
export { useTranslation } from './useTranslation';
|
||
|
export { withTranslation } from './withTranslation';
|
||
|
export { Translation } from './Translation';
|
||
|
export { I18nextProvider } from './I18nextProvider';
|
||
|
export { withSSR } from './withSSR';
|
||
|
export { useSSR } from './useSSR';
|
||
|
export { I18nContext, initReactI18next, setDefaults, getDefaults, setI18n, getI18n, composeInitialProps, getInitialProps } from './context';
|
||
|
export var date = function date() {
|
||
|
return '';
|
||
|
};
|
||
|
export var time = function time() {
|
||
|
return '';
|
||
|
};
|
||
|
export var number = function number() {
|
||
|
return '';
|
||
|
};
|
||
|
export var select = function select() {
|
||
|
return '';
|
||
|
};
|
||
|
export var plural = function plural() {
|
||
|
return '';
|
||
|
};
|
||
|
export var selectOrdinal = function selectOrdinal() {
|
||
|
return '';
|
||
|
};
|