Skip to content

Commit

Permalink
Merge pull request #781 from MCTian-mi/Chinese-localization
Browse files Browse the repository at this point in the history
Replace hard-coded main menu button texts and update chinese localization
  • Loading branch information
planetme authored Mar 7, 2024
2 parents 388cd68 + 8a60995 commit a23e31a
Show file tree
Hide file tree
Showing 4 changed files with 1,875 additions and 38 deletions.
12 changes: 6 additions & 6 deletions config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"options": {
"text": "Options",
"text": "susy.menu.options",
"alignment": "center",
"posX": -150,
"posY": 35,
Expand Down Expand Up @@ -117,7 +117,7 @@
}
},
"discord": {
"text": "Discord Server",
"text": "susy.menu.discord",
"alignment": "center",
"posX": 0,
"posY": -25,
Expand All @@ -134,7 +134,7 @@
}
},
"github": {
"text": "Report A Bug",
"text": "susy.menu.reportabug",
"alignment": "center",
"posX": 0,
"posY": -5,
Expand All @@ -151,7 +151,7 @@
}
},
"open_folder": {
"text": "Open MC Folder",
"text": "susy.menu.openfolder",
"alignment": "center",
"posX": 0,
"posY": 15,
Expand All @@ -167,7 +167,7 @@
}
},
"refresh": {
"text": "Refresh Menu",
"text": "susy.menu.refresh",
"alignment": "center",
"posX": 0,
"posY": 35,
Expand Down Expand Up @@ -196,7 +196,7 @@
}
},
"replaymod": {
"text": "Replay Viewer",
"text": "susy.menu.replayviewer",
"posX": -115,
"posY": -25,
"alignment": "bottom_right",
Expand Down
Loading

0 comments on commit a23e31a

Please sign in to comment.