feat(i18n): extract en translations — pages#1250
Open
johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
Open
feat(i18n): extract en translations — pages#1250johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
Conversation
|
@johnnyshields is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
|
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 |
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>
3e13bb1 to
65027d4
Compare
Contributor
Author
|
Rebased, please merge. |
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)