Add support for loading the handbook in different languages

This commit is contained in:
Melledy
2025-12-17 21:34:22 -08:00
parent d9b502002c
commit c5d6d707f8
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ public class Config {
public int customDataVersion = 0;
public String region = "global";
public String language = "en_US";
public String resourceDir = "./resources";
public String webFilesDir = "./web";