Merge pull request #1717 from RooVetGit/fix_language_dropdown

Fix language dropdown
This commit is contained in:
Matt Rubens 2025-03-16 23:06:42 -04:00 committed by GitHub
commit 8265520f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,22 +12,17 @@ import { SetCachedStateField } from "./types"
// Map of language codes to their display names
const LANGUAGES: Record<string, string> = {
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": "简体中文",