Skip to content

Commit

Permalink
feat(radar): add translations for new key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Nov 11, 2024
1 parent 69b028a commit bbd9bf3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/lang/input-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,22 @@
"description": "Descriptive name for the PrimaryFire action.",
"message": "Primary Fire"
},
"BIND_RADAR_TOGGLE_MODE": {
"description": "Descriptive name for the RadarToggle action.",
"message": "Toggle Radar between 2D and 3D modes"
},
"BIND_RADAR_ZOOM_IN": {
"description": "Descriptive name for the RadarZoomIn action.",
"message": "Manually zoom radar in"
},
"BIND_RADAR_ZOOM_OUT": {
"description": "Descriptive name for the RadarZoomOut action.",
"message": "Manually zoom radar out"
},
"BIND_RADAR_ZOOM_RESET": {
"description": "Descriptive name for the RadarZoomReset action.",
"message": "Reset 3D radar zoom to automatic mode"
},
"BIND_RADIAL_HORIZONTAL_SELECTION": {
"description": "Input axis name to select in the radial menu.",
"message": "Radial Menu Left/Right"
Expand Down

0 comments on commit bbd9bf3

Please sign in to comment.