We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c895c commit 650fcb2Copy full SHA for 650fcb2
webview-ui/src/components/settings/SettingsFooter.tsx
@@ -12,22 +12,17 @@ import { SetCachedStateField } from "./types"
12
13
// Map of language codes to their display names
14
const LANGUAGES: Record<string, string> = {
15
- ar: "العربية",
16
ca: "Català",
17
- cs: "Čeština",
18
de: "Deutsch",
19
en: "English",
20
es: "Español",
21
fr: "Français",
22
hi: "हिन्दी",
23
- hu: "Magyar",
24
it: "Italiano",
25
ja: "日本語",
26
ko: "한국어",
27
pl: "Polski",
28
- pt: "Português",
29
- "pt-BR": "Português do Brasil",
30
- ru: "Русский",
+ "pt-BR": "Português",
31
tr: "Türkçe",
32
vi: "Tiếng Việt",
33
"zh-CN": "简体中文",
0 commit comments