mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Allow port labels be i18n identifiers
This commit is contained in:
@@ -1500,6 +1500,9 @@ RED.view = (function() {
|
||||
} else if ($.isArray(portLabels)) {
|
||||
result = portLabels[portIndex];
|
||||
}
|
||||
if (result) {
|
||||
result = node._(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
function portMouseOver(port,d,portType,portIndex) {
|
||||
|
Reference in New Issue
Block a user