Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

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: c77268c
Workflow: https://github.com/simstudioai/sim/actions/runs/20609306201

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • 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

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel
Copy link

vercel bot commented Dec 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 31, 2025 1:06am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 31, 2025

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.mdx files across all 5 language directories
  • Updated existing index.mdx files with new content sections including refresh tools functionality
  • Added Video component imports and replaced static images with video demonstrations
  • Updated i18n.lock with 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
Loading

@waleedlatif1 waleedlatif1 merged commit 776f82c into staging Dec 31, 2025
17 of 18 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20609306201 branch December 31, 2025 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants