mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Modify ping, base64 and msgpack node to support multi-language (#364)
Thanks again Yokoi-san * Internationalize ping node * Internationalize base64 node * Internationalize msgpack node
This commit is contained in:
committed by
Dave Conway-Jones
parent
482cfea1de
commit
377cfbba92
@@ -1,8 +1,8 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="msgpack">
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
|
||||
<input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user