zh-CN.js 363 Bytes
Newer Older
ddcat1115's avatar
ddcat1115 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import appLocaleData from 'react-intl/locale-data/zh';
import antdZh from 'antd/lib/locale-provider/zh_CN';
// import zhMessages from '../../locales/zh.json';

export default {
  locale: 'zh-CN',
  data: appLocaleData,
  antd: antdZh,
  messages: {
    'app.home.introduce': '介绍',
    'app.analysis.test': 'ε·₯δΈ“θ·― {no} 号店',
  // ...zhMessages,
  },
};