mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add Japanese translations for Outliner, help sidebar and loading progress bar
This commit is contained in:
@@ -92,7 +92,7 @@ RED.sidebar.info = (function() {
|
||||
RED.sidebar.info.outliner.reveal(selectedObject);
|
||||
}
|
||||
}).appendTo(propertiesPanelHeader);
|
||||
RED.popover.tooltip(propertiesPanelHeaderReveal,"Show in outline");
|
||||
RED.popover.tooltip(propertiesPanelHeaderReveal,RED._("sidebar.help.showInOutline"));
|
||||
|
||||
|
||||
propertiesPanelContent = $("<div>").css({
|
||||
|
Reference in New Issue
Block a user