Adds full es.json translation (1170 keys, parity-checked against - #525
Open
Stivenavila wants to merge 1 commit into
Open
Stivenavila wants to merge 1 commit into
Stivenavila wants to merge 1 commit into
Conversation
en.json), registers 'es' in LANGUAGES/resources/supportedLngs, and covers it in the anti-"Michael" hardcode test.
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.
en.json), registers 'es' in LANGUAGES/resources/supportedLngs, and covers it in the anti-"Michael" hardcode test.
What & why
Adds Spanish (es) as a supported UI language. Fills es.json with a full
translation of en.json (1170 keys, parity-checked so no key is missing
or extra), registers 'es' in LANGUAGES/resources/supportedLngs in i18n/
index.ts, and extends the anti-"Michael" hardcode test to cover it.
Type of change
Evidence
Before
After
How I tested it
confirmado por DOM que el pasa de ["English","简体中文","العربية"] a ["English","Español","简体中文","العربية"], y la UI se traduce al seleccionar Español (ver capturas Before/After) Credit (optional) Discord: X: xtaku Checklist [x] Before and after evidence is attached above, under both headings. [x] npm run typecheck passes. [x] npm run test:focused passes. [x] npm run build succeeds. [x] This PR is one change. Unrelated fixes belong in their own PR. [x] I read the diff myself before opening this, and there is no debug output, commented-out code, or unrelated formatting churn in it. [x] Any new UI derives from DESIGN.md / tokens.ts — no ad-hoc colors, spacing, or fonts. [ ] If I added art, it's my own or compatibly licensed, and listed in ATTRIBUTION.md.