feat(i18n): update translations#2526
Merged
waleedlatif1 merged 2 commits intostagingfrom Dec 22, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR contains automated translations triggered by changes to English documentation in PR #2523, which added additional parameters to Intercom tools and schema support for Supabase tools. Key Changes:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant Action as GitHub Action
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #2523 (Intercom params)
Repo->>GH: Trigger workflow event
GH->>Action: Start translation workflow
Action->>Repo: Detect changed English docs
Action->>Lingo: Send English content for translation
loop For each language (de, es, fr, ja, zh)
Lingo->>Lingo: Translate content with AI
Lingo->>Action: Return translated content
Action->>Repo: Update language-specific .mdx file
end
Action->>Repo: Update i18n.lock with checksums
Action->>GH: Create PR #2526
GH->>Dev: Notify for review
|
waleedlatif1
added a commit
that referenced
this pull request
Dec 22, 2025
* feat(i18n): update translations * fixed build --------- Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
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(intercom): added additional params to intercom tools (#2523)
Commit: 2d4a660
Workflow: https://github.com/simstudioai/sim/actions/runs/20440518750
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos