Add a preferred language dropdown

This commit is contained in:
Matt Rubens
2024-12-21 10:10:05 -05:00
parent 6ad6949265
commit 8b4c52fb51
11 changed files with 275 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ export interface ExtensionState {
diffEnabled?: boolean
browserLargeViewport?: boolean
fuzzyMatchThreshold?: number
preferredLanguage: string
}
export interface ClineMessage {