From 650fcb21a431a73187ce5f658007af7ee6bf330f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 16 Mar 2025 23:02:05 -0400 Subject: [PATCH] Fix language dropdown --- webview-ui/src/components/settings/SettingsFooter.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webview-ui/src/components/settings/SettingsFooter.tsx b/webview-ui/src/components/settings/SettingsFooter.tsx index 0ac8368e0c..ad8d3a3da7 100644 --- a/webview-ui/src/components/settings/SettingsFooter.tsx +++ b/webview-ui/src/components/settings/SettingsFooter.tsx @@ -12,22 +12,17 @@ import { SetCachedStateField } from "./types" // Map of language codes to their display names const LANGUAGES: Record = { - ar: "العربية", ca: "Català", - cs: "Čeština", de: "Deutsch", en: "English", es: "Español", fr: "Français", hi: "हिन्दी", - hu: "Magyar", it: "Italiano", ja: "日本語", ko: "한국어", pl: "Polski", - pt: "Português", - "pt-BR": "Português do Brasil", - ru: "Русский", + "pt-BR": "Português", tr: "Türkçe", vi: "Tiếng Việt", "zh-CN": "简体中文",