Skip to content

Commit

Permalink
Update checker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnotmega authored Jul 1, 2024
1 parent b0b4e21 commit bc46d4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,12 @@ exports.checker = async () => {
"indonesian",
"kurdish",
"persian",
"latvian"
"latvian",
"estonian",
"japanese",
"korean",
"simplifiedchinese",
"traditionalchinese"
]
if (!languageList.some((l) => config.languageFile.startsWith(l))){
createError("'languageFile' | invalid language, more info in the wiki")
Expand Down

0 comments on commit bc46d4a

Please sign in to comment.