Skip to content

fix(app): complete Spanish translations for General settings#32220

Open
thevibestack wants to merge 1 commit into
anomalyco:devfrom
thevibestack:spanish-general-settings
Open

fix(app): complete Spanish translations for General settings#32220
thevibestack wants to merge 1 commit into
anomalyco:devfrom
thevibestack:spanish-general-settings

Conversation

@thevibestack

Copy link
Copy Markdown

Issue for this PR

Closes #32095

Type of change

  • Bug fix

What does this PR do?

I ran into incomplete Spanish translations in General Settings. With the IDE set to Spanish, several labels still showed up in English.

I validated it in my local build first, then traced the missing keys in packages/app/src/i18n/es.ts and added them. I also updated the parity test to catch missing keys automatically, so we avoid this bug again.

How did you verify your code works?

  • bun test src/i18n/parity.test.ts passes
  • bun test passes
  • bun typecheck passes

Screenshots / recordings

I do not have a screenshot from a running desktop build, but the affected strings are visible in Settings → General when the language is Spanish.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

I ran into incomplete Spanish translations in General Settings while using the IDE in Spanish.

Added the missing keys to packages/app/src/i18n/es.ts and updated the parity test so missing translations in this section fail the build.

Closes anomalyco#32095
@thevibestack thevibestack force-pushed the spanish-general-settings branch from bca24e3 to 31a94f6 Compare June 14, 2026 15:45
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.

fix(app): Spanish General settings shows English labels and descriptions

1 participant