mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
fixed Norwegian lang location + added credit to language files in LangFile.java
This commit is contained in:
parent
3c564a501f
commit
33fd6270c1
@ -55,17 +55,20 @@ public class LangFile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private final String[] defaultLangs = {
|
private final String[] defaultLangs = {
|
||||||
|
"chs.yml", //Chinese Simplified (OasisAkari)
|
||||||
|
"cht.yml", //Chinese (OasisAkari & kamiya10)
|
||||||
|
"cs.yml", //Czech (Lewisparkle)
|
||||||
|
"da.yml", //Danish (Janbchr)
|
||||||
|
"du.yml", //Dutch (QuestalNetwork)
|
||||||
"en.yml",
|
"en.yml",
|
||||||
"fr.yml", //French
|
"es.yml", //Spanish (emgv)
|
||||||
"ja.yml", //Japanese
|
"fr.yml", //French (At0micA55 & Mrflo67)
|
||||||
"ru.yml", //Russian
|
"it.yml", //Italian (iVillager)
|
||||||
"chs.yml", //Chinese Simplified
|
"ja.yml", //Japanese (ViaSnake)
|
||||||
"cht.yml", //Chinese
|
"no.yml", //Norwegian (Fraithor & Janbchr)
|
||||||
"du.yml", //Dutch
|
"pl.yml", //Polish (Farum & TeksuSiK)
|
||||||
"es.yml", //Spanish
|
"ro.yml", //Romanian (GamingXBlood)
|
||||||
"cs.yml", //Czech
|
"ru.yml", //Russian (Logan)
|
||||||
"pl.yml", //Polish
|
|
||||||
"it.yml" //Italian
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private void generateDefaults() {
|
private void generateDefaults() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user