mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Add nls messages for new palette categories
This commit is contained in:
parent
03aa6c7d3a
commit
c7427a5f7c
@ -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",
|
||||
|
@ -29,7 +29,6 @@ RED.palette = (function() {
|
||||
'storage',
|
||||
'analysis',
|
||||
'social',
|
||||
'mobile',
|
||||
'advanced'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user