Feat/add portuguese locale - #142
Merged
truthixify merged 3 commits intoAug 27, 2026
Merged
Conversation
…epage strip - Create /case-studies page with filterable per-study cards - Add individual case study detail pages at /case-studies/:slug - Implement CaseStudiesStrip component for homepage - Add structured data (schema.org Article) for SEO - Include seed case study: Anonymous Payroll Provider - Add i18n translations (English and Spanish) - Support filtering by blockchain (Stellar, Horizen, Solana, CKB) Closes wraith-protocol#70
- Add src/i18n/pt.json with complete Portuguese translations - Extend scripts/lint-i18n.mjs to enforce locale parity - Update src/i18n/index.ts to register Portuguese locale - Add TRANSLATIONS.md documenting contribution process - Create src/data/team.json with contributor credits - PT automatically picked up by language switcher Closes wraith-protocol#134
|
@code3ks is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
- Merge latest changes from upstream/develop branch - Resolve conflicts in App.tsx (new pages added) - Merge team.json structure (add contributor to existing team) - Add missing i18n keys to pt.json and es.json - Add new translation keys for newsletter, stealthAnimation - All locales now have 268 matching keys
|
@code3ks 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! 🚀 |
This was referenced Aug 27, 2026
Contributor
|
Merged. Full PT coverage with the parity gate now enforcing it, so a future locale cannot drift silently @code3ks. |
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.
Summary
This PR adds Portuguese (PT) as a third locale to the website and establishes a documented, repeatable translation contribution workflow.
Changes
Core Implementation
src/i18n/pt.jsonwith complete Portuguese translations (241 keys)scripts/lint-i18n.mjsto enforce parity across all localessrc/i18n/index.tsto register Portuguese localeDocumentation
TRANSLATIONS.mdat repo root documenting:Contributors
src/data/team.jsonfor contributor creditsTesting
Locale Parity Validation
Output:
Build Verification
Automated Tests
pnpm testScreenshots
The Portuguese locale is automatically available in the language switcher and can be selected by users with PT browser settings or manually via the header dropdown.
Acceptance Criteria
Closes #134