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.
14 lines
372 B
14 lines
372 B
import appLocaleData from 'react-intl/locale-data/en';
|
|
import antdEn from 'antd/lib/locale-provider/en_US';
|
|
// import enMessages from '../../locales/en.json';
|
|
|
|
export default {
|
|
locale: 'en-US',
|
|
data: appLocaleData,
|
|
antd: antdEn,
|
|
messages: {
|
|
'app.home.introduce': 'introduce',
|
|
'app.analysis.test': 'Gongzhuan road No.{no} shop',
|
|
// ...enMessages,
|
|
},
|
|
};
|
|
|