mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 04:18:05 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
module.exports = {
|
|
'en-US': require('./en-US.json'),
|
|
'zh-CN': require('./zh-CN.json'),
|
|
};
|