diff --git a/common/src/main/resources/assets/snowygui/en_us.json b/common/src/main/resources/assets/snowygui/en_us.json new file mode 100644 index 0000000..59065af --- /dev/null +++ b/common/src/main/resources/assets/snowygui/en_us.json @@ -0,0 +1,6 @@ +{ + "screen.snowy.config": "Snowy configuration screen", + "category.snowy.keycategory": "SnowyGUI", + "key.snowy.opengui": "Open the snowy gui", + "key.snowy.configkey": "Open the snowy configuration screen" +} \ No newline at end of file diff --git a/common/src/main/resources/assets/snowygui/fr_fr.json b/common/src/main/resources/assets/snowygui/fr_fr.json new file mode 100644 index 0000000..464658f --- /dev/null +++ b/common/src/main/resources/assets/snowygui/fr_fr.json @@ -0,0 +1,6 @@ +{ + "screen.snowy.config": "Configuration de snowy", + "category.snowy.keycategory": "SnowyGUI", + "key.snowy.opengui": "Ouvrir l'interface de snowy", + "key.snowy.configkey": "Ouvrir l'écran de configuration de snowy" +} \ No newline at end of file