Skip to content

Commit

Permalink
Fix nesting of en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-takata committed Dec 31, 2015
1 parent 2fb571d commit 5400cae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"output": "Output",
"output_should_be": "Output should be:"
},
"missing_deps": "You need to install all of the dependencies you are using in your solution (e.g. lodash)",
"module_not_found": "Could not find your file. Make sure the path is correct.",
"must_export_function": "You should always return a function using the module.exports object."
"fail": {
"missing_deps": "You need to install all of the dependencies you are using in your solution (e.g. lodash)",
"module_not_found": "Could not find your file. Make sure the path is correct.",
"must_export_function": "You should always return a function using the module.exports object."
}
}
}
}

0 comments on commit 5400cae

Please sign in to comment.