Add a missing translation and set the version to 0.3.2
This commit is contained in:
parent
6775a85bf3
commit
7de5800d11
|
@ -26,7 +26,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "fr.username404"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
val groupAndName = "${rootProject.group}.${rootProject.name.toLowerCase()}"
|
||||
|
||||
architectury {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue