mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix language dropdown
This commit is contained in:
parent
74c895cea7
commit
650fcb21a4
1 changed files with 1 additions and 6 deletions
|
|
@ -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": "简体中文",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue