import { ChatZh } from './chat'; import { CommonZh } from './common'; import { FlowZn } from './flow'; const zh = { ...ChatZh, ...FlowZn, ...CommonZh, }; export default zh;