ant-design/site/theme/zh-CN.js

16 lines
408 B
JavaScript
Raw Normal View History

2016-04-18 16:38:07 +08:00
import appLocaleData from 'react-intl/locale-data/zh';
2016-04-25 12:07:15 +08:00
module.exports = {
2016-04-20 15:24:20 +08:00
locale: 'zh-CN',
2016-04-18 16:38:07 +08:00
data: appLocaleData,
messages: {
'app.header.menu.home': '首页',
'app.header.menu.practice': '实践',
'app.header.menu.pattern': '模式',
'app.header.menu.react': '组件',
'app.header.menu.spec': '语言',
'app.header.menu.resource': '资源',
2016-04-25 12:07:15 +08:00
'app.header.lang': 'EN',
2016-04-18 16:38:07 +08:00
},
};