feat(i18n): update translations#1465
Merged
waleedlatif1 merged 2 commits intostagingfrom Sep 27, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
1 Job Failed: CI / Test and Build failed on "Build application" |
Contributor
There was a problem hiding this comment.
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
40 files reviewed, no comments
617508e to
c602bc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
fix(sidebar): draggable cursor on sidebar when switching workflows (fix(sidebar): prevent missed clicks during rapid workflow switching (keep row drag) #1276)
remove inline css for edge labels
fix remote code execution imports for javascript
add docs for new triggers
fix
fix draggable link
Commit: 0e65a8a
Workflow: https://github.com/simstudioai/sim/actions/runs/18051599480
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos