Skip to content

Commit

Permalink
gamejolt: don't translate "Game Jolt"
Browse files Browse the repository at this point in the history
  • Loading branch information
softedco authored Nov 17, 2023
1 parent c741ca1 commit 495cb37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/gamejolt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@
getInfo() {
return {
id: "GameJoltAPI",
name: Scratch.translate("Game Jolt API"),
name: "Game Jolt API",
color1: "#2F7F6F",
color2: "#2A2731",
color3: "#CCFF00",
Expand All @@ -1402,7 +1402,11 @@
opcode: "gamejoltBool",
blockIconURI: icons.GameJolt,
blockType: Scratch.BlockType.BOOLEAN,
text: Scratch.translate("On Game Jolt?"),
text: Scratch.translate({
id: "GameJoltAPI_gamejoltBool",
default: "On Game Jolt?",
description: "Keep \"Game Jolt\" as is.",
}),
},
{
blockType: Scratch.BlockType.LABEL,
Expand Down

0 comments on commit 495cb37

Please sign in to comment.