Merge pull request #3884 from leeyazhou/i18n

feat(i18n): add toast i18n with en/zh locale and plugin config support
This commit is contained in:
YeonGyu-Kim
2026-05-21 12:58:45 +09:00
committed by GitHub
12 changed files with 377 additions and 16 deletions
+1
View File
@@ -14,6 +14,7 @@ export * from "./schema/fallback-models"
export * from "./schema/git-env-prefix"
export * from "./schema/git-master"
export * from "./schema/hooks"
export * from "./schema/i18n"
export * from "./schema/keyword-detector"
export * from "./schema/model-capabilities"
export * from "./schema/notification"