Skip to content

feat(i18n): add bilingual support (EN/ES) and missing keys CI check - #110

Open
queentiffany1111-cloud wants to merge 2 commits into
wraith-protocol:developfrom
queentiffany1111-cloud:feat/i18n-bilingual-site
Open

feat(i18n): add bilingual support (EN/ES) and missing keys CI check #110
queentiffany1111-cloud wants to merge 2 commits into
wraith-protocol:developfrom
queentiffany1111-cloud:feat/i18n-bilingual-site

Conversation

@queentiffany1111-cloud

Copy link
Copy Markdown

succesfully implemented

closes #77

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

@queentiffany1111-cloud is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@queentiffany1111-cloud Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify

Copy link
Copy Markdown
Contributor

Hey @queentiffany1111-cloud, thanks for the bilingual work. Your build is failing at lint:i18n with 180 key mismatches between the two locale files:

  • 4 keys in en.json are missing from es.json (e.g. careers.signup.errorDefault, notFound.error404, pressPage.labels.failed, stellarPage.codeSection.failed)
  • 171 keys in es.json are missing from en.json — this suggests you added a lot of new content only in Spanish, and en.json needs matching entries

The lint script requires both files to have identical key sets. Add the missing entries on both sides and CI should go green. Vercel is also failing but that's non-blocking, will merge on green build.

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.

Bilingual site (i18n + switcher)

2 participants