Update LangFile.java (#96)

nl.yml was writing as nu.yml
This commit is contained in:
Arjan 2022-04-15 01:40:31 +02:00 committed by GitHub
parent 7c6f3a05d7
commit 7513010ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ public class LangFile {
"cht.yml", //Chinese (OasisAkari & kamiya10) "cht.yml", //Chinese (OasisAkari & kamiya10)
"cs.yml", //Czech (Lewisparkle) "cs.yml", //Czech (Lewisparkle)
"da.yml", //Danish (Janbchr) "da.yml", //Danish (Janbchr)
"nu.yml", //Dutch (QuestalNetwork) (GeleVla) "nl.yml", //Dutch (QuestalNetwork) (GeleVla)
"en.yml", "en.yml",
"es.yml", //Spanish (emgv) "es.yml", //Spanish (emgv)
"fr.yml", //French (At0micA55 & Mrflo67) "fr.yml", //French (At0micA55 & Mrflo67)
@ -107,4 +107,4 @@ public class LangFile {
private BetterRTP getPl() { private BetterRTP getPl() {
return BetterRTP.getInstance(); return BetterRTP.getInstance();
} }
} }