Modify JSONata Expression editor to refer to language files (#1433)

This commit is contained in:
Kazuhito Yokoi
2017-10-11 04:21:41 +09:00
committed by Nick O'Leary
parent 89cad116f7
commit 3479c794de
3 changed files with 7 additions and 3 deletions

View File

@@ -1838,12 +1838,12 @@ RED.editor = (function() {
tabs.addTab({
id: 'expression-help',
label: 'Function reference',
label: RED._('expressionEditor.functionReference'),
content: $("#node-input-expression-tab-help")
});
tabs.addTab({
id: 'expression-tests',
label: 'Test',
label: RED._('expressionEditor.test'),
content: $("#node-input-expression-tab-test")
});
testDataEditor = RED.editor.createEditor({