From baa28b4df5f876334c54944c202158d4655634d0 Mon Sep 17 00:00:00 2001 From: KimiSwitch Dev Date: Thu, 9 Jul 2026 00:05:26 +0800 Subject: [PATCH] i18n: add switchReloadHint for Kimi Code reload reminder --- src/i18n/en.ts | 1 + src/i18n/zh.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en.ts b/src/i18n/en.ts index f210da3..3ceb46e 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -87,6 +87,7 @@ export const enTranslations: Record = { disabled: "Disabled", switchTo: "Switch to", inUse: "In use", + switchReloadHint: "After switching providers, run /reload in Kimi Code to apply the change.", unsavedChanges: "Unsaved changes", qwenActivateNotImplemented: "Qwen Code activation will be implemented in a follow-up.", importConfig: "Import current config", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index ec5d4d6..20bff61 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -85,6 +85,7 @@ export const zhTranslations = { disabled: "已停用", switchTo: "切换使用", inUse: "使用中", + switchReloadHint: "切换供应商后,请在 Kimi Code 中执行 /reload 以生效。", unsavedChanges: "未保存修改", qwenActivateNotImplemented: "Qwen Code 启用功能将在后续实现。", importConfig: "导入当前配置",