mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-06-24 21:41:57 +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() {
|
private void generateDefaults() {
|
||||||
//Generate all language files
|
//Generate all language files
|
||||||
|
|||||||
Reference in New Issue
Block a user