i18n: translate product pages and footer#40
Merged
Conversation
The product pages (WebApp, Desktop, SDK, Extension, Products) render
copy via t(variable) over static data arrays, and the footer renders
t(section.title)/t(link.label) over footerConfig. The sync script only
extracts literal t('...') calls, so ~100 strings were never added to the
locale files and fell back to English in every language. Also adds two
t("...") literals whose apostrophes the sync regex rejects.
Adds 100 keys (90 product + 2 apostrophe literals + 8 footer) with
translations across all 7 locales.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
website | d03cac7 | Commit Preview URL Branch Preview URL |
May 16 2026, 02:50 PM |
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
t(variable)over static data arrays (product pages: WebApp, Desktop, SDK, Extension, Products) and overfooterConfig(footer). Thesync-translations.mjsliteral-only regex never extracted them, so they fell back to English in every language.t("...")literals whose apostrophes the sync regex rejects (Products hero, 404 page).Test plan
🤖 Generated with Claude Code