Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f23b4f0

Browse files
committed
(1.21.9) fix key category translation
1 parent cc5481a commit f23b4f0

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

1.latest/src/main/java/io/github/axolotlclient/util/keybinds/KeyBinds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import net.minecraft.resources.ResourceLocation;
3434

3535
public class KeyBinds {
36-
public static KeyMapping.Category CATEGORY_AXOLOTLCLIENT = KeyMapping.Category.register(ResourceLocation.fromNamespaceAndPath(AxolotlClientCommon.MODID, "category.axolotlclient"));
36+
public static KeyMapping.Category CATEGORY_AXOLOTLCLIENT = KeyMapping.Category.register(ResourceLocation.fromNamespaceAndPath(AxolotlClientCommon.MODID, "title"));
3737
@Getter
3838
private final static KeyBinds instance = new KeyBinds();
3939

common/src/main/resources/assets/axolotlclient/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"cardinalcolor": "Cardinal Direction Color",
140140
"cardinalorder": "Cardinal Order",
141141
"category.axolotlclient": "AxolotlClient",
142+
"key.category.axolotlclient.title": "AxolotlClient",
142143
"chathud": "Chat HUD",
143144
"chromaSpeed": "Chroma Speed",
144145
"clear": "Clear",

common/src/main/resources/assets/axolotlclient/lang/fr_fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"cardinalcolor": "Couleur Cardinale",
140140
"cardinalorder": "Ordre Cardinal",
141141
"category.axolotlclient": "AxolotlClient",
142+
"key.category.axolotlclient.title": "AxolotlClient",
142143
"chathud": "Tchat HUD",
143144
"chromaSpeed": "Vitesse du Chroma",
144145
"clear": "Effacer",

common/src/main/resources/assets/axolotlclient/lang/pt_pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"cardinalcolor": "Cardinal Direction Color",
140140
"cardinalorder": "Cardinal Order",
141141
"category.axolotlclient": "AxolotlClient",
142+
"key.category.axolotlclient.title": "AxolotlClient",
142143
"chathud": "Chat HUD",
143144
"chromaSpeed": "Chroma Speed",
144145
"clear": "Limpar",

0 commit comments

Comments
 (0)