i18n: Spanish translations batch (288 strings, 94% complete) - #12371
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kewitz
approved these changes
Sep 7, 2026
Replace English-identical values in es.json with proper Spanish translations covering KYC, exports, fiscal hosting, payment methods, contributions, and dashboard UI strings. Co-authored-by: Benjamin Piouffle <Betree@users.noreply.github.com>
Register intentionally identical es strings (Visible, Legal, ID, etc.) and refresh Spanish completion to 94%. Co-authored-by: Benjamin Piouffle <Betree@users.noreply.github.com>
kewitz
force-pushed
the
cursor/frontend-spanish-i18n-69e9
branch
from
September 7, 2026 13:53
3fdc16c to
2cbb75d
Compare
kewitz
marked this pull request as ready for review
September 7, 2026 18:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR advances Spanish (
es.json) locale coverage by translating 288 strings that still matched their English counterparts.Changes
IGNORED['es']entries inscripts/i18n/translation-stats.tsfor intentionally identical strings (e.g. Visible, Legal, ID, Slug, Webhooks, Avatar, Roles)lib/constants/locales.jsto 94% (~324 strings remaining)Testing
npx tsx scripts/i18n/show-untranslated.ts esbefore/after to verify translated IDs no longer appearnpm run langs:update-progressto refresh completion statsReviewer
@kewitz