Hi,
I developed a sidebar in Node-Red which can control a robot. Now I would like to translate this Sidebar. However, this seems not to work the same way as it did in the custom nodes I developed.
When I try to add a translation to an element like below no text is displayed.
<script type="text/x-red" data-template-name="robot-sidebar">
<div style="position: relative; height: 100%;">
<div style="position: absolute; top: 1px; bottom: 2px; left: 1px; right: 1px; overflow-y: scroll; padding: 10px;">
<form class="dialog-form">
<div style="width:100%; background-color: darkred; height: 50px; margin-bottom: 10px">
<span data-i18n="robot_node.label.manufacturer"></span>
</div>
....