fix: Add a label to the toolbox. (#9378)

This commit is contained in:
Aaron Dodson
2025-09-22 13:27:55 -07:00
committed by GitHub
parent 346716a3a8
commit 1dd77015e3
4 changed files with 11 additions and 2 deletions

View File

@@ -1607,6 +1607,11 @@ Blockly.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT = 'Say something...';
/// using a screen reader.
Blockly.Msg.WORKSPACE_ARIA_LABEL = 'Blockly Workspace';
/** @type {string} */
/// This text is read out when a user navigates to the toolbox while using a
/// screen reader.
Blockly.Msg.TOOLBOX_ARIA_LABEL = 'Toolbox';
/** @type {string} */
/// warning - This appears if the user collapses a block, and blocks inside
/// that block have warnings attached to them. It should inform the user that the
@@ -1629,7 +1634,7 @@ Blockly.Msg.EDIT_BLOCK_CONTENTS = 'Edit Block contents';
/// menu label - Contextual menu item that starts a keyboard-driven block move.
Blockly.Msg.MOVE_BLOCK = 'Move Block';
/** @type {string} */
/// Name of the Microsoft Windows operating system displayed in a list of
/// Name of the Microsoft Windows operating system displayed in a list of
/// keyboard shortcuts.
Blockly.Msg.WINDOWS = 'Windows';
/** @type {string} */