Adds simplified chinese, courtesy of YKDZ

This commit is contained in:
2022-02-15 18:15:22 +01:00
parent 8a5c094ce1
commit 8c334ff5f0
7 changed files with 50 additions and 5 deletions

View File

@ -254,6 +254,7 @@ public class ConfigTabCompleter implements TabCompleter {
languages.add("nn-no");
languages.add("pt-br");
languages.add("ru");
languages.add("zh_cn");
//TODO: Generate this list dynamically by listing the language files in the jar and adding the user's custom
// language files
}