Add nls messages for new palette categories

This commit is contained in:
Nick O'Leary 2019-08-21 17:30:02 +01:00
parent 03aa6c7d3a
commit c7427a5f7c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -29,7 +29,6 @@ RED.palette = (function() {
'storage',
'analysis',
'social',
'mobile',
'advanced'
];