Open Ticket v3.5.7 (Part 1)

This commit is contained in:
DJj123dj
2024-07-01 09:46:16 +02:00
parent fda8a397d6
commit 7815400472
40 changed files with 53 additions and 42 deletions
+4 -1
View File
@@ -456,7 +456,10 @@ exports.checker = async () => {
"japanese",
"korean",
"simplifiedchinese",
"traditionalchinese"
"traditionalchinese",
"finnish",
"swedish",
"vietnamese"
]
if (!languageList.some((l) => config.languageFile.startsWith(l))){
createError("'languageFile' | invalid language, more info in the wiki")