diff --git a/lib/lang/english.js b/lib/lang/english.js index 336d8ca6..991407cb 100644 --- a/lib/lang/english.js +++ b/lib/lang/english.js @@ -1,4 +1,4 @@ -module.exports = require("../translate")({ +module.exports = require("../template")({ "clear": "clear", "no-precipitation": "no precipitation", "mixed-precipitation": "mixed precipitation", diff --git a/lib/translate.js b/lib/template.js similarity index 100% rename from lib/translate.js rename to lib/template.js