index.ts 181 B

1234567891011
  1. import { ChatZh } from './chat';
  2. import { CommonZh } from './common';
  3. import { FlowZn } from './flow';
  4. const zh = {
  5. ...ChatZh,
  6. ...FlowZn,
  7. ...CommonZh,
  8. };
  9. export default zh;