Skip to content

Commit 443f68f

Browse files
author
Dave Conway-Jones
committed
add extra ja translation for template node
1 parent 50a8a68 commit 443f68f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Mon Mar 30 2020 22:59:42 GMT+0100 (British Summer Time)
2+
# Time: Wed Apr 01 2020 16:03:01 GMT+0100 (British Summer Time)
33

44
CACHE:
55
i18n.js

nodes/locales/ja/ui_template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"pass-through" : "入力メッセージをそのまま渡す",
1212
"store-state" : "出力メッセージを状態として保存",
1313
"template" : "HTMLコード",
14-
"expand": "展開する"
14+
"expand": "展開する",
15+
"resend": "更新時に最後の値を再度読み込む"
1516
}
1617
}
1718
}

nodes/ui_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
oneditresize: function(size) {
142142
var rows = $("#dialog-form>div:not(.node-text-editor-row)");
143143
var height = $("#dialog-form").height();
144-
for (var i=0; i<rows.size()-1; i++) {
144+
for (var i=0; i<rows.size(); i++) {
145145
height = height - $(rows[i]).outerHeight(true);
146146
}
147147
if ($('#node-input-templateScope').val() === "global") { height += 232; }

0 commit comments

Comments
 (0)