Skip to content

Commit ac4f426

Browse files
authored
replace chinese with traditional and simplified chinese
1 parent 911ce92 commit ac4f426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,8 @@ export class ClineProvider implements vscode.WebviewViewProvider {
11901190
'de': 'German',
11911191
'it': 'Italian',
11921192
'pt': 'Portuguese',
1193-
'zh': 'Chinese',
1193+
'zh-tw': 'Traditional Chinese',
1194+
'zh-cn': 'Simplified Chinese',
11941195
'ja': 'Japanese',
11951196
'ko': 'Korean',
11961197
'ru': 'Russian',

0 commit comments

Comments
 (0)