mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Add German language support and remove a misleading witty phrase
This commit is contained in:
parent
2bc8079519
commit
5a5dae1987
4 changed files with 1074 additions and 2 deletions
|
|
@ -202,6 +202,7 @@ const SETTINGS_SCHEMA = {
|
|||
{ value: 'en', label: 'English' },
|
||||
{ value: 'zh', label: '中文 (Chinese)' },
|
||||
{ value: 'ru', label: 'Русский (Russian)' },
|
||||
{ value: 'de', label: 'Deutsch (German)' },
|
||||
],
|
||||
},
|
||||
terminalBell: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue