You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(i18n): replace hardcoded Chinese strings with i18n keys, data-driven presets
P0: Replace all hardcoded Chinese user-facing strings across 17 source
files with this.t() calls and corresponding i18n keys in all 5 locale
files (zh, en, zh-tw, ja, vi). Pure logic modules return key references
for caller-side resolution.
P1: Replace hardcoded preset provider buttons in panel-config-claude.html
with data-driven loop over CLAUDE_PRESET_PROVIDERS constant.
Update test mocks to supply t() via createI18nMethods() so assertions
validate against real locale output. Regenerate precompiled render script.
0 commit comments