mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move node locales and tidy up package.json files
This commit is contained in:
2
packages/node_modules/@node-red/registry/lib/localfilesystem.js
generated
vendored
2
packages/node_modules/@node-red/registry/lib/localfilesystem.js
generated
vendored
@@ -247,7 +247,7 @@ function getNodeFiles(disableNodePathScan) {
|
||||
results = getLocalNodeFiles(path.resolve(settings.coreNodesDir));
|
||||
nodeFiles = nodeFiles.concat(results.files);
|
||||
iconList = iconList.concat(results.icons);
|
||||
var defaultLocalesPath = path.join(settings.coreNodesDir,"core","locales");
|
||||
var defaultLocalesPath = path.join(settings.coreNodesDir,"locales");
|
||||
i18n.registerMessageCatalog("node-red",defaultLocalesPath,"messages.json");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user