tachybase_todo/packages/plugins/import/src/client/index.ts
chenos cc47041519
feat: load multiple languages dynamically (#1355)
* feat: load multiple languages dynamically

* fix: map locale

* fix: antd

* fix: locale

* fix: th

* fix: cronstrue locales

* fix: improve code

* fix: defaults
2023-01-13 10:55:04 +08:00

12 lines
370 B
TypeScript

// i18n.addResources('zh-CN', NAMESPACE, zhCN);
// i18n.addResources('en-US', NAMESPACE, enUS);
export * from './ImportActionInitializer';
export * from './ImportDesigner';
export * from './ImportInitializerProvider';
export * from './ImportPluginProvider';
export { ImportPluginProvider as default } from './ImportPluginProvider';
export * from './useImportAction';