Skip to content

fix(desktop): add history filter locale keys / 补齐历史筛选文案#3408

Merged
esengine merged 1 commit into
main-v2from
codex/fix-history-filter-i18n
Jun 7, 2026
Merged

fix(desktop): add history filter locale keys / 补齐历史筛选文案#3408
esengine merged 1 commit into
main-v2from
codex/fix-history-filter-i18n

Conversation

@SivanCola

Copy link
Copy Markdown
Collaborator

Summary\n- Add the missing Chinese and English locale keys used by the redesigned history/trash filters.\n- Keep this copy fix separate from the process replay PR so that later diffs stay focused.\n\n## Verification\n- pnpm --dir desktop/frontend typecheck\n- git diff --check

@SivanCola SivanCola requested a review from esengine as a code owner June 7, 2026 02:06
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) labels Jun 7, 2026
@esengine esengine merged commit 4b81565 into main-v2 Jun 7, 2026
10 checks passed
@esengine esengine deleted the codex/fix-history-filter-i18n branch June 7, 2026 02:09
esengine added a commit that referenced this pull request Jun 7, 2026
#3415)

en.ts and zh.ts each carried two identical blocks of the ten
history.filter* keys: an earlier history PR added them, then #3408 added
the same set again. The two blocks merged cleanly as text (appended at
different offsets) but produced duplicate object properties, so tsc and
`wails build` failed with TS1117 (#3410). The desktop CI job stubs the
embedded frontend and never runs tsc, so the duplicates passed every
check. Removed the redundant second block in each file (identical values;
kept the first). Verified tsc --noEmit is clean after the fix.

Fixes #3410
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants