Problem
In the keybind settings menu, the mod displays raw translation keys instead of human-readable text.
Example:
key.category.beacon_bounding_boxes.keybinds
key.beacon_bounding_boxes.toggle_beacon
key.beacon_bounding_boxes.toggle_conduit
Instead of something like:
Beacon Bounding Boxes
Toggle Beacon
Toggle Conduit
Environment
- Minecraft: 1.21.11
- Fabric Loader: 0.18.4
Expected behavior
The keybind menu should display localized text defined in the mod language file (e.g. en_us.json).
Example:
{
"key.category.beacon_bounding_boxes.keybinds": "Beacon Bounding Boxes",
"key.beacon_bounding_boxes.toggle_beacon": "Toggle Beacon",
"key.beacon_bounding_boxes.toggle_conduit": "Toggle Conduit"
}
Actual behavior
Minecraft shows the raw translation keys instead of the translated strings.