You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
408 B
16 lines
408 B
9 years ago
|
import appLocaleData from 'react-intl/locale-data/zh';
|
||
|
|
||
9 years ago
|
module.exports = {
|
||
9 years ago
|
locale: 'zh-CN',
|
||
9 years ago
|
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': '资源',
|
||
9 years ago
|
'app.header.lang': 'EN',
|
||
9 years ago
|
},
|
||
|
};
|