Seperated info messages to their own file

auto detect size still needs work
This commit is contained in:
Dave Conway-Jones
2016-11-14 19:10:02 +00:00
parent d63996eea1
commit db2425c473
7 changed files with 46 additions and 7 deletions

View File

@@ -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();
});
}