Skip to content

Commit

Permalink
Merge pull request #37 from kohei-takata/fix_nesting_of_en_json
Browse files Browse the repository at this point in the history
Fix nesting of en.json
  • Loading branch information
mdunisch committed Jan 4, 2016
2 parents 2fb571d + 5400cae commit 9cf37ef
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 9cf37ef

Please sign in to comment.