-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1831
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewUpdated On: 2025-11-06 19:47:03 UTC Greptile SummaryThis PR adds automated AI translations for 48 new GitHub tools and 12 triggers across 5 languages (German, Spanish, French, Japanese, Chinese). Key Changes:
Translation Coverage:
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Push commit #8c9ed34d9
Note over Dev,Repo: feat(tools): added 48 new<br/>github tools, 12 triggers
Repo->>GHA: Trigger translation workflow
GHA->>Repo: Detect documentation changes
GHA->>Lingo: Send English content for translation
Note over Lingo: AI translates to 5 languages:<br/>de, es, fr, ja, zh
Lingo->>GHA: Return translations
GHA->>Repo: Update .mdx files (5 languages)
GHA->>Repo: Update i18n.lock checksums
GHA->>Repo: Create PR #1831
Note over GHA,Repo: Automated translation PR<br/>with commit de17744cc
|
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.
5 files reviewed, no comments
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(tools): added 48 new github tools, 12 triggers (#1821)
feat(tools): added 10 new github triggers
feat(tools): added 48 new github tools, 12 triggers
fix(logging): make logging safe start an upsert to prevent insertions of duplicate execution id records, remove layout from github block
Commit: 8c9ed34
Workflow: https://github.com/simstudioai/sim/actions/runs/19146979551
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos