mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
Merge pull request #1072 from alarno/feature/locale-ca
Added Catalan language support
This commit is contained in:
commit
c5aa775b98
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