mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-02 13:41:01 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import enUS from './en-US.json';
|
|
import zhCN from './zh-CN.json';
|
|
|
|
export { enUS, zhCN };
|