mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Added Catalan language support
This commit is contained in:
parent
39173711ce
commit
b415fd3d54
2 changed files with 2 additions and 0 deletions
|
|
@ -2783,6 +2783,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
en: "English",
|
||||
ar: "Arabic",
|
||||
"pt-br": "Brazilian Portuguese",
|
||||
ca: "Catalan",
|
||||
cs: "Czech",
|
||||
fr: "French",
|
||||
de: "German",
|
||||
|
|
|
|||
|
|
@ -412,6 +412,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
|
|||
<option value="English">English</option>
|
||||
<option value="Arabic">Arabic - العربية</option>
|
||||
<option value="Brazilian Portuguese">Portuguese - Português (Brasil)</option>
|
||||
<option value="Catalan">Catalan - Català</option>
|
||||
<option value="Czech">Czech - Čeština</option>
|
||||
<option value="French">French - Français</option>
|
||||
<option value="German">German - Deutsch</option>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue