Robotic Parts

Robotic Parts

1M Downloads

Hud Prompt uses incorrect translation key

mallrat208 opened this issue ยท 1 comments

commented

String s = I18n.format("cyberware.gui.openMenu", KeyBinds.menu.getDisplayName());

This looks like it was left over from 1.10.2, with the new formating used in 1.11.2 and beyond it should be

String s = I18n.format("cyberware.gui.open_menu", KeyBinds.menu.getDisplayName());

commented

I've got a fix for this in #28 as well as a numerous other localization issues I ran into while poking around.