From 88279b18b6f6a39be727cc9669290e23603350ee Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 13 Feb 2021 19:06:51 +0200 Subject: [PATCH] Fixed missing translations for the page up/down hud controls --- src/main/resources/assets/unicopia/lang/en_us.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 53b5977c..c06710c9 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -153,6 +153,9 @@ "key.unicopia.tertiary": "Tertiary Ability", "key.unicopia.passive": "Passive Ability", + "key.unicopia.hud_page_dn": "Hud Previous Page", + "key.unicopia.hud_page_up": "Hud Next Page", + "commands.race.success.self": "Your race has been updated", "commands.race.success.otherself": "%1$s changed race to %2$s", "commands.race.success.other": "Changed %1$s's race to %2$s",