From ac4f4264cf4286f03deee680429f2ece72a202a8 Mon Sep 17 00:00:00 2001
From: yongjer <54315206+yongjer@users.noreply.github.com>
Date: Mon, 23 Dec 2024 01:13:30 +0900
Subject: [PATCH 1/2] replace chinese with traditional and simplified chinese
---
src/core/webview/ClineProvider.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts
index e502d08df0e..1c4b939f1b1 100644
--- a/src/core/webview/ClineProvider.ts
+++ b/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',
From 262bfcb74f784744f20f36f0ca47775d2e9dc7f4 Mon Sep 17 00:00:00 2001
From: yongjer <54315206+yongjer@users.noreply.github.com>
Date: Mon, 23 Dec 2024 01:17:04 +0900
Subject: [PATCH 2/2] replace chinese with traditional and simplified chinese
---
webview-ui/src/components/settings/SettingsView.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx
index 9a124a21394..0e1a9c02072 100644
--- a/webview-ui/src/components/settings/SettingsView.tsx
+++ b/webview-ui/src/components/settings/SettingsView.tsx
@@ -159,7 +159,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
-
+
+