Skip to content

fix(i18n): add missing sendFeedback/skipFeedback/cancelFeedbackLabel/…#2069

Merged
esengine merged 1 commit into
esengine:mainfrom
lightfront:fix/i18n-ja-feedback-keys
May 28, 2026
Merged

fix(i18n): add missing sendFeedback/skipFeedback/cancelFeedbackLabel/…#2069
esengine merged 1 commit into
esengine:mainfrom
lightfront:fix/i18n-ja-feedback-keys

Conversation

@lightfront

@lightfront lightfront commented May 27, 2026

Copy link
Copy Markdown
Contributor

What

Adds four missing keys (sendFeedback, skipFeedback, cancelFeedbackLabel,
refineFeedbackLabel) to desktop/src/i18n/ja.ts that were recently added
to en.ts.

Why

The strict TranslationSchema type check in i18n/index.ts fails the desktop
build when any locale doesn't match the shape of en.ts.

How to verify

cd desktop && npm run tauri build -- --bundles dmg compiles without type
errors in src/i18n/index.ts:111.

Checklist

  • npm run verify passes locally
  • No Co-Authored-By: Claude trailer in commits
  • Comments follow CONTRIBUTING.md
  • No edits to CHANGELOG.md

@esengine esengine left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Clean type-check backfill, matches the en/zh-CN/de wording. Thanks.

@esengine esengine merged commit 08883ce into esengine:main May 28, 2026
4 checks passed
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.

3 participants