From db54e6e480d69257e6c94e18208db2fa1ffd6e4c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 19 May 2025 13:35:01 -0500 Subject: [PATCH] add Czech --- web/src/lib/const.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/lib/const.ts b/web/src/lib/const.ts index b4d94d28a..0afd0979d 100644 --- a/web/src/lib/const.ts +++ b/web/src/lib/const.ts @@ -6,10 +6,11 @@ export const supportedLanguageKeys = [ "it", "nl", "nb-NO", - "tr", - "pl", "zh-CN", "yue-Hant", "ru", + "tr", + "pl", "uk", + "cs", ];