hu, br and tr now generate in /lang

This commit is contained in:
SuperRonanCraft
2023-12-29 14:08:39 -05:00
parent 196c1a8d99
commit 4cc5fd0afc
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<packaging>jar</packaging>
<version>3.6.11</version>
<version>3.6.12</version>
<!-- Upload patches to https://repo.ronanplugins.com/#/ -->

View File

@@ -59,6 +59,7 @@ public class FileLanguage implements FileData {
private final String[] defaultLangs = {
"en.yml", // English - KEEP AS FIRST IN THE LIST
"br.yml", //Portuguese
"chs.yml", //Chinese Simplified (OasisAkari)
"cht.yml", //Chinese (OasisAkari & kamiya10)
"cs.yml", //Czech (Lewisparkle)
@@ -67,6 +68,7 @@ public class FileLanguage implements FileData {
"es.yml", //Spanish (emgv)
"fr.yml", //French (At0micA55 & Mrflo67)
"he.yml", //Hebrew (thefourcraft)
"hu.yml", //Hungarian (Has-X)
"it.yml", //Italian (iVillager)
"ja.yml", //Japanese (ViaSnake)
"nl.yml", //Dutch (QuestalNetwork) (GeleVla)
@@ -74,6 +76,7 @@ public class FileLanguage implements FileData {
"pl.yml", //Polish (Farum & TeksuSiK)
"ro.yml", //Romanian (GamingXBlood)
"ru.yml", //Russian (Logan)
"tr.yml", //Turkish (Erissos)
"vi.yml", //Vietnamese (VoChiDanh#0862)
};