mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-02-16 10:30:58 +00:00
updated chn -> chs in LangFile.java
This commit is contained in:
@@ -54,7 +54,7 @@ public class LangFile {
|
||||
}
|
||||
}
|
||||
|
||||
private String[] defaultLangs = {"en.yml", "fr.yml", "ja.yml", "ru.yml", "chn.yml", "cht.yml", "du.yml"};
|
||||
private final String[] defaultLangs = {"en.yml", "fr.yml", "ja.yml", "ru.yml", "chs.yml", "cht.yml", "du.yml"};
|
||||
|
||||
private void generateDefaults() {
|
||||
//Generate all language files
|
||||
|
||||
Reference in New Issue
Block a user