-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #1465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #1465
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
1 Job Failed: CI / Test and Build failed on "Build application" |
There was a problem hiding this 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
40 files reviewed, no comments
617508e to
c602bc7
Compare
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