diff --git a/build.gradle.kts b/build.gradle.kts index 1da2cec..7f04752 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { } group = "fr.username404" -version = "0.3.1" +version = "0.3.2" val groupAndName = "${rootProject.group}.${rootProject.name.toLowerCase()}" architectury { diff --git a/common/src/main/resources/assets/snowygui/lang/en_us.json b/common/src/main/resources/assets/snowygui/lang/en_us.json index d9fb993..85ef2e9 100644 --- a/common/src/main/resources/assets/snowygui/lang/en_us.json +++ b/common/src/main/resources/assets/snowygui/lang/en_us.json @@ -13,6 +13,7 @@ "screen.snowy.config.behavior.sortalphabetically": "Sort buttons alphabetically", "screen.snowy.config.behavior.zoom.factor": "Zoom factor", "screen.snowy.config.behavior.zoom.smoothcamera": "Smooth camera on zoom", + "screen.snowy.config.behavior.keystrokes.position": "Position of the keystrokes HUD element", "category.snowy.keycategory": "SnowyGUI", "key.snowy.opengui": "Open the snowy gui", "key.snowy.configkey": "Open the snowy configuration screen", diff --git a/common/src/main/resources/assets/snowygui/lang/fr_fr.json b/common/src/main/resources/assets/snowygui/lang/fr_fr.json index ac9b767..3f4fe51 100644 --- a/common/src/main/resources/assets/snowygui/lang/fr_fr.json +++ b/common/src/main/resources/assets/snowygui/lang/fr_fr.json @@ -13,6 +13,7 @@ "screen.snowy.config.behavior.sortalphabetically": "Trier les boutons alphabétiquement", "screen.snowy.config.behavior.zoom.factor": "Facteur de zoom", "screen.snowy.config.behavior.zoom.smoothcamera": "Caméra fluide pendant le zoom", + "screen.snowy.config.behavior.keystrokes.position": "Position de l'élément keystrokes de l'ATH", "category.snowy.keycategory": "SnowyGUI", "key.snowy.opengui": "Ouvrir l'interface de snowy", "key.snowy.configkey": "Ouvrir l'écran de configuration de snowy",