Add Japanese translations for Node-RED v1.3.0 (#2900)

This commit is contained in:
Kazuhito Yokoi
2021-03-15 17:23:30 +09:00
committed by GitHub
parent 827f8d4d51
commit 734adc6445
3 changed files with 13 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ async function installModule(moduleDetails) {
return exec.run(NPM_COMMAND, args, {
cwd: installDir
},true).then(result => {
log.info("successfully installed: "+installSpec);
log.info(log._("server.install.installed", { name: installSpec }));
}).catch(result => {
var output = result.stderr;
var e;
@@ -220,4 +220,4 @@ module.exports = {
registerSubflow: registerSubflow,
checkFlowDependencies: checkFlowDependencies,
require: requireModule
}
}