1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Make sure editor footer is i18n enabled

This commit is contained in:
Nick O'Leary 2018-11-13 15:10:19 +00:00
parent 2dfb443625
commit 7515b745b5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1612,6 +1612,7 @@ RED.editor = (function() {
$("#node-config-dialog-user-count").find("span").text(RED._("editor.nodesUse", {count:editing_config_node.users.length})).parent().show(); $("#node-config-dialog-user-count").find("span").text(RED._("editor.nodesUse", {count:editing_config_node.users.length})).parent().show();
} }
trayBody.i18n(); trayBody.i18n();
trayFooter.i18n();
finishedBuilding = true; finishedBuilding = true;
done(); done();
}); });