Skip to content

Commit

Permalink
fix: added missing translations for blockly context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 23, 2024
1 parent 115b8cb commit ed6d5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bot-skeleton/src/scratch/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,11 @@ const common_included_items = [download_option];
const all_context_menu_options = [
localize('Duplicate'),
localize('Add Comment'),
localize('Remove Comment'),
localize('Collapse Block'),
localize('Expand Block'),
localize('Disable Block'),
localize('Enable Block'),
localize('Download Block'),
];

Expand Down

0 comments on commit ed6d5e6

Please sign in to comment.