feat(i18n): update translations
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 [email protected] Co-authored-by: Siddharth Ganesan [email protected] Co-authored-by: Vikhyath Mondreti [email protected] Co-authored-by: waleed [email protected] Commit: c77268c13dd1d355e7a3f75f550cfb46a98c56a5 Workflow: https://github.com/simstudioai/sim/actions/runs/20609306201
Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [x] Documentation
- [ ] Other: ___________
Testing
This PR includes automated translations for modified English documentation content:
- 🇪🇸 Spanish (es) translations
- 🇫🇷 French (fr) translations
- 🇨🇳 Chinese (zh) translations
- 🇯🇵 Japanese (ja) translations
- 🇩🇪 German (de) translations
What reviewers should focus on:
- Verify translated content accuracy and context
- Check that all links and references work correctly in translated versions
- Ensure formatting, code blocks, and structure are preserved
- Validate that technical terms are appropriately translated
Checklist
- [x] Code follows project style guidelines (automated translation)
- [x] Self-reviewed my changes (automated process)
- [ ] Tests added/updated and passing
- [x] No new warnings introduced
- [x] I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)
Screenshots/Videos
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Review | Updated (UTC) |
|---|---|---|---|
| docs | Preview, Comment | Dec 31, 2025 1:06am |
Greptile Summary
Automated translation updates for MCP documentation in 5 languages (Spanish, French, German, Japanese, Chinese) following the workflow-as-mcp feature merge.
- Created new
deploy-workflows.mdxfiles across all 5 language directories - Updated existing
index.mdxfiles with new content sections including refresh tools functionality - Added Video component imports and replaced static images with video demonstrations
- Updated
i18n.lockwith checksums tracking all translation changes - All translations maintain consistent MDX structure, preserve code blocks, maintain proper component imports, and follow language-specific conventions
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
- This PR is safe to merge with no risk - automated translation updates with proper structure
- This is an automated translation PR that only updates documentation files. All translations maintain proper MDX structure, preserve code blocks and component imports, follow consistent formatting patterns, and the i18n.lock file properly tracks all changes. No code logic is modified, and translations appear accurate across all 5 languages.
- No files require special attention - all translations follow consistent patterns and maintain proper structure
Important Files Changed
| Filename | Overview |
|---|---|
| apps/docs/content/docs/de/mcp/deploy-workflows.mdx | New German translation added for workflow deployment documentation, properly formatted with consistent structure |
| apps/docs/content/docs/es/mcp/deploy-workflows.mdx | New Spanish translation added for workflow deployment documentation, accurately translated with preserved formatting |
| apps/docs/content/docs/fr/mcp/deploy-workflows.mdx | New French translation added for workflow deployment documentation, maintains technical accuracy and formatting |
| apps/docs/content/docs/ja/mcp/deploy-workflows.mdx | New Japanese translation added for workflow deployment documentation, properly localized with correct terminology |
| apps/docs/content/docs/zh/mcp/deploy-workflows.mdx | New Chinese translation added for workflow deployment documentation, accurately translated with proper formatting |
| apps/docs/i18n.lock | Translation checksums updated to track new and modified content across all language files |
Sequence Diagram
sequenceDiagram
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