Skip to content

feat(i18n): update translations - #1865

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19203415847
Nov 9, 2025
Merged

feat(i18n): update translations#1865
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19203415847

Conversation

@waleedlatif1

Copy link
Copy Markdown
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)

  • fix(err-message): manual run message

  • make external triggers start workflow manually too

  • improvement(execution): trigger manual execution using mock payloads

  • remove redundant code and update generate mock value func

  • cleanup code, add to docs

  • fix multi trigger injection

  • address greptile comments
    Commit: 75ce888
    Workflow: https://github.com/simstudioai/sim/actions/runs/19203415847

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

vercelBot commented Nov 9, 2025

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentNov 9, 2025 4:40am

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

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

FilenameScoreOverview
apps/docs/content/docs/de/triggers/index.mdx5/5German translation accurately reflects new manual execution priority section with proper terminology
apps/docs/content/docs/es/triggers/index.mdx5/5Spanish translation properly conveys manual execution priority and mock payloads concept
apps/docs/content/docs/fr/triggers/index.mdx5/5French translation maintains clarity with appropriate technical terminology for triggers and payloads
apps/docs/content/docs/ja/triggers/index.mdx5/5Japanese translation accurately conveys technical concepts with proper formatting and terminology
apps/docs/content/docs/zh/triggers/index.mdx5/5Chinese translation properly explains manual execution priority with correct technical terms
apps/docs/i18n.lock5/5Lock 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 stagingNov 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
@waleedlatif1waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
Sign up for freeto 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

@waleedlatif1@icecrasher321