Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR adds automated translations for the new BYOK (Bring Your Own Key) feature documentation across all supported languages (German, Spanish, French, Japanese, and Chinese). The translations were automatically generated by Lingo.dev AI translation engine following the addition of BYOK functionality in PR #2574. Key changes:
Translation quality:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #2574 (BYOK feature)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send updated English docs
Note over Lingo: Translate costs.mdx<br/>to 5 languages
Lingo->>Lingo: Translate BYOK section
Lingo->>Lingo: Update existing translations
Lingo->>GH: Return translated files
GH->>Repo: Update de/costs.mdx
GH->>Repo: Update es/costs.mdx
GH->>Repo: Update fr/costs.mdx
GH->>Repo: Update ja/costs.mdx
GH->>Repo: Update zh/costs.mdx
GH->>Repo: Update i18n.lock checksums
GH->>Repo: Create PR #2578
|
waleedlatif1
added a commit
that referenced
this pull request
Dec 25, 2025
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(byok): byok for hosted model capabilities (#2574)
feat(byok): byok for hosted model capabilities
fix type
add ignore lint
accidentally added feature flags
centralize byok fetch for LLM calls
remove feature flags ts
fix tests
update docs
Commit: 47a259b
Workflow: https://github.com/simstudioai/sim/actions/runs/20497464257
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos