Skip to content

Commit 650fcb2

Browse files
committed
Fix language dropdown
1 parent 74c895c commit 650fcb2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

webview-ui/src/components/settings/SettingsFooter.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,17 @@ import { SetCachedStateField } from "./types"
1212

1313
// Map of language codes to their display names
1414
const LANGUAGES: Record<string, string> = {
15-
ar: "العربية",
1615
ca: "Català",
17-
cs: "Čeština",
1816
de: "Deutsch",
1917
en: "English",
2018
es: "Español",
2119
fr: "Français",
2220
hi: "हिन्दी",
23-
hu: "Magyar",
2421
it: "Italiano",
2522
ja: "日本語",
2623
ko: "한국어",
2724
pl: "Polski",
28-
pt: "Português",
29-
"pt-BR": "Português do Brasil",
30-
ru: "Русский",
25+
"pt-BR": "Português",
3126
tr: "Türkçe",
3227
vi: "Tiếng Việt",
3328
"zh-CN": "简体中文",

0 commit comments

Comments
 (0)