tachybase_todo/packages/client/src/index.tsx
chenos 479f64f197
feat: support i18n (#99)
* feat: i18next

* multi language data

* feat(client): locale support

* en-US for collections

* us-EN for routes

* en-US for routes

* en-US for attachments

* feat: partial translations

* translation

* add AntdConfigProvider

* translation

* translation

* feat: translation

* feat: add translation

* fix: improve translation

* feat: improve translation

* fix: SyntaxError: Unexpected token ) in JSON at position

* typo

* feat: improve translation

* feat: improve translation

* feat: language settings can be saved on the server

* feat: lang option of init cli

* demo translation

* typo

* change address field to textarea

* address data

* feat: chart translation

* feat: chart translation

* improve translation

* signin,signup,signout...

Co-authored-by: Zhou <zhou.working@gmail.com>
2021-11-08 19:32:59 +08:00

10 lines
323 B
TypeScript

export * from './components/router-config';
export * from './components/admin-layout';
export * from './components/auth-layout';
export * from './components/route-schema-renderer';
export * from './schemas';
export * from './constate';
export * from './ClientSDK';
export * from './ConfigProvider';
export * from './i18n';