Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

@waleedlatif1 waleedlatif1 commented Sep 27, 2025

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(trigger-docs): new trigger docs, function block rce imports fix (#1462)


Commit: 0e65a8a
Workflow: https://github.com/simstudioai/sim/actions/runs/18051599480

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 Sep 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Error Error Sep 27, 2025 1:35am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
sim Skipped Skipped Sep 27, 2025 1:35am

Copy link
Collaborator Author

waleedlatif1 commented Sep 27, 2025

1 Job Failed:

CI / Test and Build failed on "Build application"
[...]
   ▲ Next.js 15.4.1 (Turbopack)
   - Experiments (use with caution):
     ✓ optimizeCss
     ⨯ turbopackSourceMaps

   Creating an optimized production build ...
 ✓ Finished writing to disk in 70ms
 ✓ Compiled successfully in 29.1s
   Linting and checking validity of types ...
error: script "build" exited with code 130

 Tasks:    2 successful, 4 total
Cached:    0 cached, 4 total
  Time:    34.405s 
Failed:    docs#build

 ERROR  run failed: command  exited (1)
error: script "build" exited with code 1
Error: Process completed with exit code 1.

Summary: 1 failed workflow
  • CI (1 job failed)

Last updated: 2025-09-27 01:35:42 UTC

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.

Greptile Overview

Summary

This PR contains automated translation updates for documentation files triggered by changes in PR #1462. The Lingo.dev AI translation engine processed new trigger documentation, execution guides, and workflow block documentation, generating translations in 5 languages (Spanish, French, German, Japanese, Chinese).

Key changes:

  • Translated new trigger documentation across all supported languages
  • Updated execution overview pages with comprehensive workflow information
  • Preserved all technical terminology, code blocks, and YAML examples
  • Updated i18n.lock file with checksums for content tracking
  • Minor footer component update removing 'Google Vault' from tools list

Translation quality assessment:

  • All technical terms like "API", "webhook", "cron", "JSON" properly preserved
  • Code blocks and syntax highlighting maintained across languages
  • Import statements and component references left unchanged
  • Link structures and navigation preserved
  • Formatting and markdown structure consistent

Confidence Score: 5/5

  • This PR is very safe to merge with minimal risk
  • Score reflects automated translation process with proper technical term preservation, consistent formatting, and comprehensive content tracking via i18n.lock checksums
  • No files require special attention - automated translations show consistent quality

Important Files Changed

File Analysis

Filename        Score        Overview
apps/docs/content/docs/es/triggers/index.mdx 5/5 Spanish translation of triggers index page - accurate translation preserving technical terms and links
apps/docs/content/docs/de/execution/index.mdx 5/5 German translation of execution overview - comprehensive translation with preserved code blocks and proper technical terminology
apps/docs/content/docs/fr/triggers/api.mdx 5/5 French translation of API trigger docs - accurate translation with preserved code examples and YAML blocks
apps/docs/content/docs/ja/triggers/api.mdx 5/5 Japanese translation of API trigger docs - well-translated with preserved technical references and code blocks
apps/docs/content/docs/zh/execution/index.mdx 5/5 Chinese translation of execution overview - accurate translation maintaining all technical content and formatting
apps/docs/i18n.lock 5/5 Translation lock file with checksums for tracking translated content versions
apps/sim/app/(landing)/components/footer/footer.tsx 5/5 Removed 'Google Vault' from tools list in footer component

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GitHub as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository

    Note over Dev, Repo: Automated Translation Workflow

    Dev->>GitHub: Push changes to trigger-docs PR #1462
    Note right of Dev: Original changes include:<br/>- New trigger documentation<br/>- JavaScript imports fix<br/>- Footer component update

    GitHub->>GitHub: Detect documentation changes
    GitHub->>Lingo: Trigger translation workflow
    Note right of GitHub: Workflow run: 18051599480

    Lingo->>Lingo: Process English documentation
    Note right of Lingo: Extract content for translation:<br/>- triggers/index.mdx<br/>- execution/index.mdx<br/>- blocks/workflow.mdx<br/>- Various trigger types

    loop For each target language
        Lingo->>Lingo: Translate content
        Note right of Lingo: Languages: es, fr, de, ja, zh
        Lingo->>Repo: Update translated files
    end

    Lingo->>Repo: Update i18n.lock file
    Note right of Lingo: Record checksums for<br/>translated content tracking

    Lingo->>GitHub: Create PR #1465
    Note right of Lingo: Automated translation updates<br/>triggered by original changes

    GitHub->>Repo: Merge translated content
Loading

40 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 force-pushed the auto-translate/staging-merge-18051599480 branch from 617508e to c602bc7 Compare September 27, 2025 01:33
@vercel vercel bot temporarily deployed to Preview – sim September 27, 2025 01:33 Inactive
@waleedlatif1 waleedlatif1 merged commit 3ff6509 into staging Sep 27, 2025
8 of 10 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-18051599480 branch September 27, 2025 02:01
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.

3 participants