Skip to content

fix: add missing i18n translations for Home and Conversation pages#1049

Merged
mrcfps merged 1 commit intonexu-io:mainfrom
thu-lyx:fix/i18n-missing-translations
Apr 13, 2026
Merged

fix: add missing i18n translations for Home and Conversation pages#1049
mrcfps merged 1 commit intonexu-io:mainfrom
thu-lyx:fix/i18n-missing-translations

Conversation

@thu-lyx
Copy link
Copy Markdown
Contributor

@thu-lyx thu-lyx commented Apr 11, 2026

Replace hardcoded English strings with i18n keys:

  • Home page "Chat" label
  • Conversation page "Open Folder" button
  • Conversation page platform open buttons (Open in Slack/Feishu/etc.)

Fixes #721

What

Why

How

Affected areas

  • Desktop app (Electron shell)
  • Controller (backend / API)
  • Web dashboard (React UI)
  • OpenClaw runtime
  • Skills
  • Shared schemas / packages
  • Build / CI / Tooling

Checklist

  • pnpm typecheck passes
  • pnpm lint passes
  • pnpm test passes
  • pnpm generate-types run (if API routes/schemas changed)
  • No credentials or tokens in code or logs
  • No any types introduced (use unknown with narrowing)

Screenshots / recordings

Notes for reviewers

Replace hardcoded English strings with i18n keys:
- Home page "Chat" label
- Conversation page "Open Folder" button
- Conversation page platform open buttons (Open in Slack/Feishu/etc.)

Fixes nexu-io#721
@sentry
Copy link
Copy Markdown

sentry Bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 31.25000% with 22 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
apps/web/src/pages/sessions.tsx 0.00% 13 Missing ⚠️
apps/web/src/i18n/locales/en.ts 0.00% 9 Missing ⚠️

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@mrcfps mrcfps left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution to Nexu!

@mrcfps mrcfps merged commit 4a02b2d into nexu-io:main Apr 13, 2026
14 of 17 checks passed
@lefarcen lefarcen mentioned this pull request Apr 13, 2026
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][nightly] Inconsistent language display: Home and Conversation pages showing English despite Chinese setting

2 participants