update localization

This commit is contained in:
Oth3r 2025-02-14 11:39:28 -06:00
commit dbee32a5e9
4 changed files with 167 additions and 52 deletions

View file

@ -26,7 +26,7 @@ public class ServerConfig implements CustomFile<ServerConfig> {
@SerializedName("lang")
private String lang = "en_us";
@SerializedName("lang-options")
private final String langOptions = "en_us, it_it, pt_br, tr_tr, zh_tw";
private final String langOptions = "en_us, it_it, pt_br, tr_tr, zh_tw, zh_ch, de_de";
@SerializedName("keep-active")
private Boolean keepActive = true;