mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
replace chinese with traditional and simplified chinese
This commit is contained in:
parent
911ce92d25
commit
ac4f4264cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue