-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #2303
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 #2303
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryAutomated translation update triggered by PR #2300 that fixed Perplexity and Exa API documentation inaccuracies. All 5 languages (German, Spanish, French, Japanese, Chinese) were updated via Lingo.dev AI translation engine. Key Changes
All translations preserve markdown formatting, code blocks, technical parameter names, and structural integrity. No functional code changes. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant EN as English Docs
participant Lingo as Lingo.dev AI
participant DE as German Translations
participant ES as Spanish Translations
participant FR as French Translations
participant JA as Japanese Translations
participant ZH as Chinese Translations
participant Lock as i18n.lock
Dev->>GH: Push PR #2300 (Perplexity/Exa fixes)
GH->>EN: Detect changes to en/tools/*.mdx
EN->>Lingo: Send modified English content
par Parallel Translation
Lingo->>DE: Translate to German
Lingo->>ES: Translate to Spanish
Lingo->>FR: Translate to French
Lingo->>JA: Translate to Japanese
Lingo->>ZH: Translate to Chinese
end
DE->>Lock: Update checksums (de/tools/*.mdx)
ES->>Lock: Update checksums (es/tools/*.mdx)
FR->>Lock: Update checksums (fr/tools/*.mdx)
JA->>Lock: Update checksums (ja/tools/*.mdx)
ZH->>Lock: Update checksums (zh/tools/*.mdx)
Lock->>GH: Commit updated translations
GH->>Dev: Create PR #2303 (automated translations)
|
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.
15 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: fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies (#2300)
fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies
fixed stt, tts and added output conditions to conditionally display tag dropdown values based on other subblock values
updated exa to match latest API
Commit: 6358236
Workflow: https://github.com/simstudioai/sim/actions/runs/20123344111
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos