worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
18
node_modules/react-i18next/dist/es/index.js
generated
vendored
Normal file
18
node_modules/react-i18next/dist/es/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
export { Trans } from './Trans.js';
|
||||
export { Trans as TransWithoutContext } from './TransWithoutContext.js';
|
||||
export { useTranslation } from './useTranslation.js';
|
||||
export { withTranslation } from './withTranslation.js';
|
||||
export { Translation } from './Translation.js';
|
||||
export { I18nextProvider } from './I18nextProvider.js';
|
||||
export { withSSR } from './withSSR.js';
|
||||
export { useSSR } from './useSSR.js';
|
||||
export { initReactI18next } from './initReactI18next.js';
|
||||
export { setDefaults, getDefaults } from './defaults.js';
|
||||
export { setI18n, getI18n } from './i18nInstance.js';
|
||||
export { I18nContext, composeInitialProps, getInitialProps } from './context.js';
|
||||
export const date = () => '';
|
||||
export const time = () => '';
|
||||
export const number = () => '';
|
||||
export const select = () => '';
|
||||
export const plural = () => '';
|
||||
export const selectOrdinal = () => '';
|
||||
Loading…
Add table
Add a link
Reference in a new issue