feat(i18n): multi-language support (en/ja/de/es) - #1159
Merged
Conversation
…om column translation)
This was referenced Jul 27, 2026
Member
Author
|
@codex review |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9666c26b6c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
# Conflicts: # frontend/src/pages/AdminNoticesPage/AdminNoticeDetailPanel.tsx # frontend/src/pages/AdminNoticesPage/AdminNoticeForm.tsx # frontend/src/pages/AdminNoticesPage/AdminNoticesListPage.tsx # frontend/src/pages/AdminNoticesPage/adminNoticeAttributes.tsx # package-lock.json
JamieRuderman
force-pushed
the
i18n/consolidated
branch
from
July 27, 2026 23:16
8010902 to
44633c1
Compare
…ana terms, device column labels)
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.
Consolidates the entire i18n effort — previously an 8-PR stack (#1147, #1152–#1158) — into one PR against
main. Same tree state as the tip of that stack, plus the Codex review fixes and admin de-internationalization. Squashed here for reviewability; the old stack PRs are closed in favor of this.What's included
frontend/src/i18n), en bundled + ja/de/es lazy code-split, TS key-typing, CLDR plurals, parity-check CI script.systemdefault (follows OS vianavigator.language), per-account override synced viaattributes.$remoteit.language, Electron main-process sync.networkNameid-scoping, reactive labels viaApp-leveluseTranslation.Admin pages kept English (internal-only)
Attributegetter gained atranslateflag; the 6 admin attribute subclasses settranslate = falseso their generic ids (created,license, …) no longer collide with the devicecolumns.*catalog.partnerStats*kept translated — it's partner-facing, not internal.Verification
tscclean · production build clean (locale chunks code-split) · i18n parity check passes (4 locales × 3 namespaces).Machine-seeded ja/de/es across this surface should get a professional linguistic pass before production;
admin*is out of scope for that review.