feat: Invite community translators - #700
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a lightweight call-to-action on the landing page to invite community translation contributions via Crowdin, and updates the footer to point users to translation resources while keeping Dutch Drone Squad attribution linkable.
Changes:
- Added a “Community translations” CTA section on the landing page linking to the TrackDraw Crowdin project.
- Updated the footer community link to point to Crowdin (with updated label/icon).
- Updated footer copyright to render “Dutch Drone Squad” as a link via rich i18n messages, and added localized CTA/footer copy (EN/NL/DE/zh-CN).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/landing/HomePage.tsx | Adds a new translation CTA section with localized copy and a Crowdin link. |
| src/components/landing/Footer.tsx | Replaces the org/community footer entry with a Crowdin translation link and makes the copyright organization name linkable via t.rich. |
| lang/en-US/landing.json | Adds footer.translate, updates copyright to include <organization>…</organization>, and adds translationCta strings. |
| lang/nl-NL/landing.json | Adds footer.translate, updates copyright to include <organization>…</organization>, and adds translationCta strings. |
| lang/de-DE/landing.json | Adds footer.translate, updates copyright to include <organization>…</organization>, and adds translationCta strings. |
| lang/zh-CN/landing.json | Adds footer.translate, updates copyright to include <organization>…</organization>, and adds translationCta strings. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
Validation
npm run i18n:checknpm run lintnpm run typenpm run testnpm run build