2022-12-22 12:37:33 +08:00

5 lines
90 B
TypeScript

import enUS from './en-US.json';
import zhCN from './zh-CN.json';
export { enUS, zhCN };