-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1820
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.
|
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
Greptile Summary
Automated translation update propagating documentation changes from PR #1818, which added new Typeform CRUD tools and trigger functionality.
The changes include:
- Added translations for 5 new Typeform tools:
typeform_list_forms,typeform_get_form,typeform_create_form,typeform_update_form, andtypeform_delete_form - Updated usage instructions to mention trigger mode capability for form submissions
- Added
audioFileoutput parameter to ElevenLabs TTS tool documentation - All translations applied consistently across 5 languages (DE, ES, FR, JA, ZH)
- Updated
i18n.lockwith new content checksums
The translations preserve the original structure, formatting, code blocks, and technical terminology. All parameter tables, headings, and markdown formatting remain intact.
Confidence Score: 5/5
- This PR is safe to merge - it contains only automated documentation translations with no code changes
- Score of 5 reflects that this is an automated translation PR with no code changes, only documentation updates. All translations maintain consistent structure, preserve technical terms appropriately, and follow the established translation workflow
- No files require special attention - all changes are automated translations following the standard i18n workflow
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/tools/typeform.mdx | 5/5 | Added German translations for 4 new Typeform CRUD tools (list, get, create, update, delete forms) and trigger mode documentation |
| apps/docs/content/docs/es/tools/typeform.mdx | 5/5 | Added Spanish translations for 4 new Typeform CRUD tools (list, get, create, update, delete forms) and trigger mode documentation |
| apps/docs/content/docs/fr/tools/typeform.mdx | 5/5 | Added French translations for 4 new Typeform CRUD tools (list, get, create, update, delete forms) and trigger mode documentation |
| apps/docs/content/docs/ja/tools/typeform.mdx | 5/5 | Added Japanese translations for 4 new Typeform CRUD tools (list, get, create, update, delete forms) and trigger mode documentation |
| apps/docs/content/docs/zh/tools/typeform.mdx | 5/5 | Added Chinese translations for 4 new Typeform CRUD tools (list, get, create, update, delete forms) and trigger mode documentation |
| apps/docs/i18n.lock | 5/5 | Updated translation checksums to reflect new content additions across all language files |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Note over Dev,Repo: Original Trigger: PR #1818 merged
Dev->>Repo: Merge PR #1818 (Typeform tools)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send English docs changes
Note over Lingo: Translate content to:<br/>DE, ES, FR, JA, ZH
Lingo->>GH: Return translated content
GH->>Repo: Update typeform.mdx (5 languages)
GH->>Repo: Update elevenlabs.mdx (5 languages)
GH->>Repo: Update i18n.lock checksums
GH->>Repo: Create PR #1820
Note over Dev,Repo: Manual review required
10 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 typeform form submission trigger, added 4 new tools to complete CRUD typeform tools (#1818)
feat(tools): added typeform form submission trigger, added 4 new tools to complete CRUD typeform tools
resolve envvars in trigger configuration upon save, tested typeform
updated docs
ack PR comments
Commit: 60d53ba
Workflow: https://github.com/simstudioai/sim/actions/runs/19122142155
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos