anomalyco / anomalyco/opencode
[BUG] Desktop: Japanese Todo progress count is reversed
Open
@Brendonovich is already working on this.
Since Aug 9, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
In OpenCode Desktop v1.18.13 with the Japanese locale, the Todo progress label shows the completed count and total count in reverse order.
With 3 todos and none completed, it displays:
0 個中 3 個の Todo が完了
Expected:
3 個中 0 個の Todo が完了
The CLI/TUI does not appear to be affected because it does not display this summary count. Source inspection also found the same placeholder order in the Bengali app translation.
OpenCode version
OpenCode Desktop v1.18.13
Steps to reproduce
- Set the desktop app language to Japanese.
- Start a task that creates three Todo items.
- Before completing any item, check the Todo progress label.
Operating System
Windows 11 Pro Insider Preview 25H2
Build 26100.ge_release.240331-1435
Terminal
Not applicable
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.