From c7427a5f7cc3992373b213c3c0e77b99386e1254 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 21 Aug 2019 17:30:02 +0100 Subject: [PATCH] Add nls messages for new palette categories --- .../@node-red/editor-client/locales/en-US/editor.json | 4 ++++ .../node_modules/@node-red/editor-client/src/js/ui/palette.js | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json index 67dfa8a73..8d461c714 100755 --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -414,9 +414,13 @@ "addCategory": "Add new...", "label": { "subflows": "subflows", + "network": "network", + "common": "common", "input": "input", "output": "output", "function": "function", + "sequence": "sequence", + "parser": "parser", "social": "social", "storage": "storage", "analysis": "analysis", diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js b/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js index e78191d65..52af66055 100755 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js @@ -29,7 +29,6 @@ RED.palette = (function() { 'storage', 'analysis', 'social', - 'mobile', 'advanced' ];