Skip to content

feat(i18n): add MB unit to download progress display#5284

Merged
SivanCola merged 1 commit into
esengine:main-v2from
qiukeren:addUpdateMessage
Jun 30, 2026
Merged

feat(i18n): add MB unit to download progress display#5284
SivanCola merged 1 commit into
esengine:main-v2from
qiukeren:addUpdateMessage

Conversation

@qiukeren

Copy link
Copy Markdown
Contributor

Show 'MB' after the numeric values in the updater's downloading status text across all three locales (en, zh, zh-TW).

image

Summary

  "updater.downloading": "下载中… {done} / {total}({pct}%)",

to

  "updater.downloading": "下载中… {done} MB / {total} MB({pct}%)",

Cache impact

NO

Show 'MB' after the numeric values in the updater's downloading status text across all three locales (en, zh, zh-TW).
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) labels Jun 25, 2026

@SivanCola SivanCola left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. I verified that the updater progress values are byte counts formatted with the existing 1024 * 1024 frontend helper before interpolation, so adding the MB label is consistent with the current UI convention and does not change download logic. Checks are green.

@SivanCola SivanCola merged commit 185731e into esengine:main-v2 Jun 30, 2026
15 checks passed
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