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
421 B
16 lines
421 B
9 years ago
|
import appLocaleData from 'react-intl/locale-data/en';
|
||
|
|
||
9 years ago
|
module.exports = {
|
||
9 years ago
|
locale: 'en-US',
|
||
|
data: appLocaleData,
|
||
|
messages: {
|
||
|
'app.header.menu.home': 'Home',
|
||
|
'app.header.menu.practice': 'Practice',
|
||
|
'app.header.menu.pattern': 'Pattern',
|
||
|
'app.header.menu.react': 'React',
|
||
|
'app.header.menu.spec': 'Specification',
|
||
|
'app.header.menu.resource': 'Resource',
|
||
9 years ago
|
'app.header.lang': '中文',
|
||
9 years ago
|
},
|
||
|
};
|