Add Japanese translations for Node-RED v1.3.1 (#2930)

This commit is contained in:
Kazuhito Yokoi
2021-04-12 22:15:07 +09:00
committed by GitHub
parent 55c2430671
commit 39274b0c5d
6 changed files with 10 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ module.exports = function(RED) {
}
});
if (moduleErrors) {
throw new Error("Function node failed to load external modules");
throw new Error(RED._("function.error.externalModuleLoadError"));
}
}