From 00930c77e54323a5b46a657fb58ccfd9ab4f72fc Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:01:13 -0500 Subject: [PATCH] Add Vietnamese --- web/src/lib/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/const.ts b/web/src/lib/const.ts index 44bedc9c3..36103f77c 100644 --- a/web/src/lib/const.ts +++ b/web/src/lib/const.ts @@ -10,6 +10,7 @@ export const supportedLanguageKeys = [ "nb-NO", "zh-CN", "yue-Hant", + "vi", "th", "he", "ru",