Skip to content

Commit

Permalink
Lily/MoreEvents: don't translate an unused menu (#1535)
Browse files Browse the repository at this point in the history
Closes #1530
  • Loading branch information
GarboMuffin committed Jun 11, 2024
1 parent 24cff03 commit bf8dc87
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions extensions/Lily/MoreEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,17 +528,14 @@
},
],
},
// This menu is unused, however we can't remove it as that could break projects
// that use the menu through the All Menus extension.
state: {
acceptReporters: false,
items: [
{
text: Scratch.translate("enabled"),
value: "enabled",
},
{
text: Scratch.translate("disabled"),
value: "disabled",
},
// Unused, so don't bother translating
"enabled",
"disabled",
],
},
},
Expand Down

0 comments on commit bf8dc87

Please sign in to comment.