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: improvement(execution): trigger manual execution using mock payloads (#1863)

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 Nov 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 Nov 9, 2025 4:40am

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

Greptile Summary

Automated translation update for documentation changes related to manual trigger execution priority. Adds new "Manual Execution Priority" section explaining the precedence order (Start Block > Schedule > External Triggers) and mock payload generation for external triggers.

  • All 5 language translations (German, Spanish, French, Japanese, Chinese) correctly translated
  • Technical terminology appropriately localized
  • Formatting, code references, and markdown structure preserved
  • Lock file checksums properly updated for new content sections

Confidence Score: 5/5

  • This PR is safe to merge with no concerns - it's an automated documentation translation update
  • Documentation-only changes with no code modifications. Translations are accurate, maintain proper formatting, and the i18n.lock file is correctly updated. No logical, syntax, or security issues possible in translation-only updates.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/triggers/index.mdx 5/5 German translation accurately reflects new manual execution priority section with proper terminology
apps/docs/content/docs/es/triggers/index.mdx 5/5 Spanish translation properly conveys manual execution priority and mock payloads concept
apps/docs/content/docs/fr/triggers/index.mdx 5/5 French translation maintains clarity with appropriate technical terminology for triggers and payloads
apps/docs/content/docs/ja/triggers/index.mdx 5/5 Japanese translation accurately conveys technical concepts with proper formatting and terminology
apps/docs/content/docs/zh/triggers/index.mdx 5/5 Chinese translation properly explains manual execution priority with correct technical terms
apps/docs/i18n.lock 5/5 Lock file correctly updated with checksums for 5 new content sections across all translations

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1863
    participant CI as CI/Workflow
    participant Lingo as Lingo.dev AI
    participant Repo as Repository

    Dev->>Repo: Merge PR #1863 (manual execution feature)
    Repo->>CI: Trigger translation workflow
    CI->>Lingo: Send English content changes
    Note over Lingo: Detect changes in<br/>docs/en/triggers/index.mdx
    Lingo->>Lingo: Translate new section to:<br/>- German (de)<br/>- Spanish (es)<br/>- French (fr)<br/>- Japanese (ja)<br/>- Chinese (zh)
    Lingo->>CI: Return translated content
    CI->>Repo: Create PR #1865 with translations
    CI->>Repo: Update i18n.lock checksums
    Note over Repo: Automated PR created<br/>with all translations
Loading

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit d0720b8 into staging Nov 9, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19203415847 branch November 9, 2025 04:56
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
@waleedlatif1 waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
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