Skip to content

fix(desktop): translate Mission Inbox section labels to English - #98

Merged
oscarlehuu merged 2 commits into
mainfrom
fix/mission-inbox-english-labels
Aug 7, 2026
Merged

fix(desktop): translate Mission Inbox section labels to English#98
oscarlehuu merged 2 commits into
mainfrom
fix/mission-inbox-english-labels

Conversation

@oscarlehuu

Copy link
Copy Markdown

Summary

PR #96 shipped the Mission Inbox with Vietnamese section labels (Cần bạn / Xong / Đang bay) left over from the design prototype, while the rest of the product is English — the empty states directly under those headers already read "Nothing needs you — safe to close" / "Nothing ready to review".

Before After
Cần bạn Needs you
Xong Ready to review
Đang bay In flight

Repo-wide sweep for Vietnamese diacritics in UI code found no other user-facing strings (remaining hits are test fixtures exercising Unicode paths, by design).

Verification

  • biome + tsc --noEmit clean
  • mission-inbox.spec.ts smoke: 1/1 passed (assertions updated)

PR #96 shipped the Mission Inbox with Vietnamese section labels
(Cần bạn / Xong / Đang bay) left over from the design prototype,
while every other string in the product is English — the empty
states right under those headers already say "Nothing needs you"
and "Nothing ready to review". Rename to Needs you / Ready to
review / In flight and update the e2e assertions.

Verified: biome + tsc clean, mission-inbox.spec.ts smoke 1/1.
Signed-off-by: oscarlehuu <oscar.lehuu@gmail.com>
Two pre-existing lint/style/useImportType errors on main (merged while
main CI runs were cancelled) fail Desktop Fast on any new branch:
MessageComposer.tsx and useMentionSendFlow.ts. Auto-fixed with biome,
plus formatting of the widened label object literal.

Signed-off-by: oscarlehuu <oscar.lehuu@gmail.com>
@oscarlehuu
oscarlehuu merged commit c1bffec into main Aug 7, 2026
10 of 12 checks passed
@oscarlehuu
oscarlehuu deleted the fix/mission-inbox-english-labels branch August 7, 2026 14:40
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.

1 participant