File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
webview-ui/src/components/prompts Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2783,6 +2783,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
27832783 en : "English" ,
27842784 ar : "Arabic" ,
27852785 "pt-br" : "Brazilian Portuguese" ,
2786+ ca : "Catalan" ,
27862787 cs : "Czech" ,
27872788 fr : "French" ,
27882789 de : "German" ,
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
412412 < option value = "English" > English</ option >
413413 < option value = "Arabic" > Arabic - العربية</ option >
414414 < option value = "Brazilian Portuguese" > Portuguese - Português (Brasil)</ option >
415+ < option value = "Catalan" > Catalan - Català</ option >
415416 < option value = "Czech" > Czech - Čeština</ option >
416417 < option value = "French" > French - Français</ option >
417418 < option value = "German" > German - Deutsch</ option >
You can’t perform that action at this time.
0 commit comments