Skip to content

fix(app): correct todo progress count order - #41373

Open
kusune wants to merge 1 commit into
anomalyco:devfrom
kusune:fix-todo-progress
Open

fix(app): correct todo progress count order#41373
kusune wants to merge 1 commit into
anomalyco:devfrom
kusune:fix-todo-progress

Conversation

@kusune

@kusune kusune commented Aug 9, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #41369

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The Japanese session.todo.progress translation placed {{done}} before {{total}}, so the Desktop app displayed 0 個中 3 個の Todo が完了 when three todos were still pending.

The Bengali translation had the same placeholder order.

This changes only those two locale entries. The SessionTodoDock already passes done and total correctly, so no runtime logic change is needed. The CLI/TUI is unaffected because it does not render this summary label.

How did you verify your code works?

  • Manually verified that done=0, total=3 renders with the total before the completed count.
  • git diff --check passes.
  • The full test suite and build were not run because Bun is unavailable in the local environment.

Screenshots / recordings

The original screenshot is included in #41369. No after-screenshot was produced because the local build environment was unavailable.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Aug 9, 2026
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Desktop: Japanese Todo progress count is reversed

1 participant