From fb8397d77bef31a19ef30be1256435e757871687 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:47:34 +0200 Subject: [PATCH] Update utils.ts --- src/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.ts b/src/utils.ts index b029067c8d6..9749de74a4f 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -498,6 +498,7 @@ export function verifyLang(lang?: string): boolean { case "pt-BR": case "ko": case "ja": + case "tr": return true; default: return false;