Update utils.ts

This commit is contained in:
Lugiad 2024-09-29 20:47:34 +02:00 committed by GitHub
parent a4144104d4
commit fb8397d77b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -498,6 +498,7 @@ export function verifyLang(lang?: string): boolean {
case "pt-BR":
case "ko":
case "ja":
case "tr":
return true;
default:
return false;