Add dialog Ok/Cancel to Blockly's JSON

They are being moved from Blockly Games' JSON.
This commit is contained in:
Neil Fraser
2021-07-28 18:41:45 -07:00
committed by Neil Fraser
parent 52d280e615
commit 04302641ee
107 changed files with 340 additions and 76 deletions

View File

@@ -404,5 +404,7 @@
"PROCEDURES_IFRETURN_WARNING": "Warning: This block may be used only within a function definition.",
"WORKSPACE_COMMENT_DEFAULT_TEXT": "Say something...",
"WORKSPACE_ARIA_LABEL": "Blockly Workspace",
"COLLAPSED_WARNINGS_WARNING": "Collapsed blocks contain warnings."
"COLLAPSED_WARNINGS_WARNING": "Collapsed blocks contain warnings.",
"DIALOG_OK": "OK",
"DIALOG_CANCEL": "Cancel"
}