-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #2645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #2645
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAutomated translation updates for MCP documentation in 5 languages (Spanish, French, German, Japanese, Chinese) following the workflow-as-mcp feature merge.
The translations appear accurate with proper technical terminology, natural language flow in each target language, and preserved formatting including callouts, tables, and code snippets. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as PR #2415
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>PR: Merge workflow-as-mcp feature
PR->>Repo: Update English docs (en/mcp/*.mdx)
Repo->>GHA: Trigger translation workflow
GHA->>Lingo: Send English content for translation
par Translate to Spanish
Lingo->>Lingo: Translate to Spanish (es)
and Translate to French
Lingo->>Lingo: Translate to French (fr)
and Translate to German
Lingo->>Lingo: Translate to German (de)
and Translate to Japanese
Lingo->>Lingo: Translate to Japanese (ja)
and Translate to Chinese
Lingo->>Lingo: Translate to Chinese (zh)
end
Lingo->>GHA: Return all translations
GHA->>Repo: Create/update translation files
GHA->>Repo: Update i18n.lock with checksums
GHA->>Repo: Create PR #2645
Note over Repo: 11 files changed:<br/>- 5 new deploy-workflows.mdx<br/>- 5 updated index.mdx<br/>- 1 i18n.lock update
|
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
Summary
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: feat(workflow-as-mcp): added ability to deploy workflows as mcp servers and mcp tools (#2415)
added a workflow as mcp
fixed the issue of UI rendering for deleted mcp servers
fixing lint issues
using mcn components
fixing merge conflicts
fix
fix lint errors
refactored code to use hasstartblock from the tirgger utils
removing unecessary auth
using official mcp sdk and added description fields
using normalised input schema function
ui fixes part 1
remove migration before merge
fix merge conflicts
remove migration to prep merge
re-add migration
cleanup code to use mcp sdk types
fix discovery calls
add migration
ui improvements
fix lint
fix types
fix lint
fix spacing
remove migration to prep merge
add migration back
fix imports
fix tool refresh ux
fix test failures
fix tests
cleanup code
styling improvements, ability to edit mcp server description, etc
fixed ui in light mode api keys modal
update docs
deprecated unused input components, shifted to emcn
updated playground, simplified components
move images and videos
updated more docs images
Co-authored-by: priyanshu.solanki priyanshu.solanki@saviynt.com
Co-authored-by: Siddharth Ganesan siddharthganesan@gmail.com
Co-authored-by: Vikhyath Mondreti vikhyath@simstudio.ai
Co-authored-by: waleed walif6@gmail.com
Commit: c77268c
Workflow: https://github.com/simstudioai/sim/actions/runs/20609306201
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos