feat(i18n): extract en translations — pages#1250
Merged
src-opn merged 4 commits intodifferent-ai:devfrom Apr 3, 2026
Merged
Conversation
Contributor
|
@johnnyshields is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
1867bb6 to
7b46d48
Compare
e1ea048 to
088f810
Compare
088f810 to
0a3942b
Compare
0a3942b to
3e13bb1
Compare
Collaborator
|
would love to merge, plz rebase |
3e13bb1 to
65027d4
Compare
Contributor
Author
|
Rebased, please merge. |
65027d4 to
6d96d5d
Compare
Extract hardcoded English strings to i18n keys for: - config, extensions, identities, plugins - automations (was scheduled), settings, skills pages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Scanned all 7 PR3 page files for hardcoded English strings missed by the reference diff. Converted to t() calls and added keys to en.ts: - identities.tsx: 25 keys (time ago, dispatched messages, health status, Telegram bot setup strings, routing override, agent scope/status, peer ID placeholders) - automations.tsx: 5 keys (scheduler install, prepare/remove job toasts, delete confirm description) - settings.tsx: 12 keys (actor labels, cap labels, workspace fallback, deeplink hint, worker ID label, inbox/outbox cap labels) - skills.tsx: 1 key (loading spinner text) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6d96d5d to
8338631
Compare
benjaminshafii
added a commit
that referenced
this pull request
Apr 4, 2026
This reverts commit e006aca.
benjaminshafii
added a commit
that referenced
this pull request
Apr 4, 2026
* Revert "fix(i18n/zh): cleanups to Chinese translations (#1341)" This reverts commit 03ee1f2. * Revert "feat(i18n): add Thai language + missing translations for all other locales (#1339)" This reverts commit db0f94e. * Revert "feat(i18n): extract en translations — session area (#1249)" This reverts commit 3271af4. * Revert "feat(i18n): extract en translations — pages (#1250)" This reverts commit e006aca. * Revert "feat(i18n): extract en translations — context/lib/misc (#1251)" This reverts commit c349413.
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
config,extensions,identities,plugins,automations(wasscheduled),settings,skillsen.tstranslation keys addedparamsinterpolation support tot()function ini18n/index.tsWhat changed
t("key")calls across all 7 page filessettings.tsx(largest file) — full extraction of all settings sectionsidentities.tsx— agent status, time-ago strings, Telegram bot setup, routing overridesskills.tsx— hub, install, share, capability sectionsscheduled.tsx→automations.tsx(file was renamed/refactored on dev)