Skip to content

Commit e5fa275

Browse files
committed
* Update `defaultLocaleMessages`
1 parent fdc4fc0 commit e5fa275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = (api, options, rootOptions) => {
9696
// locale messages
9797
const defaultLocaleMessages = JSON.stringify(
9898
{
99-
message: 'hello i18n !!'
99+
hello: 'hello i18n !!'
100100
},
101101
null,
102102
2

0 commit comments

Comments
 (0)