mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat(i18n): add Russian language support
This commit is contained in:
parent
8b29dd130e
commit
026fd468b1
5 changed files with 1173 additions and 7 deletions
|
|
@ -191,6 +191,7 @@ const SETTINGS_SCHEMA = {
|
|||
{ value: 'auto', label: 'Auto (detect from system)' },
|
||||
{ value: 'en', label: 'English' },
|
||||
{ value: 'zh', label: '中文 (Chinese)' },
|
||||
{ value: 'ru', label: 'Русский (Russian)' },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue