From a781349dfda82c348437afdd7e2a58df1aeb58c3 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:45:28 +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..a45ad72a376 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -492,6 +492,7 @@ export function verifyLang(lang?: string): boolean { case "es": case "fr": case "de": + case "dk": case "it": case "zh-CN": case "zh-TW":