mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 09:05:47 +00:00
updated chn -> chs
in LangFile.java
This commit is contained in:
parent
34d4a22f19
commit
b7d389db01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user