mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Add dialog Ok/Cancel to Blockly's JSON
They are being moved from Blockly Games' JSON.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user