mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 06:00:49 +00:00
Revert to SupportedLanguage
This commit is contained in:
parent
3ff916a5f1
commit
a5039d15bf
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ async function setUiLanguage(
|
|||
context.ui.reloadCommands();
|
||||
|
||||
// Map language codes to friendly display names
|
||||
const langDisplayNames: Record<string, string> = {
|
||||
const langDisplayNames: Partial<Record<SupportedLanguage, string>> = {
|
||||
zh: '中文(zh-CN)',
|
||||
en: 'English(en-US)',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue