mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add nls messages for new palette categories
This commit is contained in:
parent
03aa6c7d3a
commit
c7427a5f7c
@ -414,9 +414,13 @@
|
|||||||
"addCategory": "Add new...",
|
"addCategory": "Add new...",
|
||||||
"label": {
|
"label": {
|
||||||
"subflows": "subflows",
|
"subflows": "subflows",
|
||||||
|
"network": "network",
|
||||||
|
"common": "common",
|
||||||
"input": "input",
|
"input": "input",
|
||||||
"output": "output",
|
"output": "output",
|
||||||
"function": "function",
|
"function": "function",
|
||||||
|
"sequence": "sequence",
|
||||||
|
"parser": "parser",
|
||||||
"social": "social",
|
"social": "social",
|
||||||
"storage": "storage",
|
"storage": "storage",
|
||||||
"analysis": "analysis",
|
"analysis": "analysis",
|
||||||
|
@ -29,7 +29,6 @@ RED.palette = (function() {
|
|||||||
'storage',
|
'storage',
|
||||||
'analysis',
|
'analysis',
|
||||||
'social',
|
'social',
|
||||||
'mobile',
|
|
||||||
'advanced'
|
'advanced'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user