Browse Source

replace chinese with traditional and simplified chinese

yongjer 1 year ago
parent
commit
ac4f4264cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/core/webview/ClineProvider.ts

+ 2 - 1
src/core/webview/ClineProvider.ts

@@ -1190,7 +1190,8 @@ export class ClineProvider implements vscode.WebviewViewProvider {
 					'de': 'German',
 					'it': 'Italian',
 					'pt': 'Portuguese',
-					'zh': 'Chinese',
+					'zh-tw': 'Traditional Chinese',
+					'zh-cn': 'Simplified Chinese',
 					'ja': 'Japanese',
 					'ko': 'Korean',
 					'ru': 'Russian',