diff --git a/generator/index.js b/generator/index.js index def8b94..c9a27da 100644 --- a/generator/index.js +++ b/generator/index.js @@ -96,7 +96,7 @@ module.exports = (api, options, rootOptions) => { // locale messages const defaultLocaleMessages = JSON.stringify( { - message: 'hello i18n !!' + hello: 'hello i18n !!' }, null, 2