mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Seperated info messages to their own file
auto detect size still needs work
This commit is contained in:
@@ -155,7 +155,7 @@ function init(_server,_runtime) {
|
||||
}
|
||||
}
|
||||
function start() {
|
||||
return i18n.registerMessageCatalog("editor",path.resolve(path.join(__dirname,"locales")),"editor.json").then(function(){
|
||||
return i18n.registerMessageCatalog("editor",path.resolve(path.join(__dirname,"locales")),"editor.json").then(i18n.registerMessageCatalog("infotips",path.resolve(path.join(__dirname,"locales")),"infotips.json")).then(function() {
|
||||
comms.start();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user