cc47041519
* feat: load multiple languages dynamically * fix: map locale * fix: antd * fix: locale * fix: th * fix: cronstrue locales * fix: improve code * fix: defaults
12 lines
370 B
TypeScript
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';
|
|
|