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(tools): added sftp tool to accompany smtp and ssh tools (#2261)
Commit: dafd2f5
Workflow: https://github.com/simstudioai/sim/actions/runs/20050762394

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 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Dec 9, 2025 3:39am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 9, 2025

Greptile Overview

Greptile Summary

Automated translation update adding SFTP tool documentation in four languages (German, French, Japanese, and Chinese) following the addition of the SFTP feature in PR #2261. Also includes minor color consistency updates to SMTP documentation across multiple languages, changing the BlockInfoCard color from #4A5568 to #2D3748.

Key Changes:

  • Added new SFTP documentation translations for de, fr, ja, and zh locales
  • Updated SMTP documentation color values for consistency across de, es, fr, and ja locales
  • Updated i18n.lock file to track translation metadata
  • All technical terms, code blocks, import statements, and MDX structure properly preserved in translations
  • Translations accurately convey the English source content with appropriate localization

Confidence Score: 5/5

  • This PR is completely safe to merge with no risk
  • This is an automated translation PR with documentation-only changes. The translations accurately preserve all technical terms, code structure, MDX formatting, and import statements. The SMTP color updates are minor cosmetic changes for consistency. No logic, functional code, or runtime behavior is affected.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/sftp.mdx 5/5 New German translation of SFTP tool documentation with accurate technical terms and preserved code structure
apps/docs/content/docs/fr/tools/sftp.mdx 5/5 New French translation of SFTP tool documentation with accurate technical terms and preserved code structure
apps/docs/content/docs/ja/tools/sftp.mdx 5/5 New Japanese translation of SFTP tool documentation with accurate technical terms and preserved code structure
apps/docs/content/docs/zh/tools/sftp.mdx 5/5 New Chinese translation of SFTP tool documentation with accurate technical terms and preserved code structure
apps/docs/i18n.lock 5/5 Updated translation metadata to track new SFTP documentation translations and SMTP color changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GHA as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Dev->>Repo: Merge PR #2261 (SFTP tool added)
    Repo->>GHA: Trigger translation workflow
    GHA->>Lingo: Send English SFTP docs for translation
    Note over Lingo: Translate SFTP documentation<br/>to DE, FR, JA, ZH
    Lingo->>GHA: Return translated content
    GHA->>Repo: Update SMTP color consistency (#2D3748)
    GHA->>Repo: Create translated SFTP files (4 languages)
    GHA->>Repo: Update i18n.lock metadata
    GHA->>Repo: Create PR #2262 (this PR)
    Note over Repo: Automated translation PR<br/>ready for review
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit 3ce2788 into staging Dec 9, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20050762394 branch December 9, 2025 03:40
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