-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(i18n): update translations #1601
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.
|
|
1 Job Failed: CI / Test and Build / Test and Build failed on "Build application" |
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
Summary
Automated translation update synchronizing documentation across all five supported languages following webhook registration changes in PR #1596.
Key Changes:
- Billing model documentation - Added comprehensive billing explanation with threshold charging details across all languages
- SDK file upload documentation - Added file upload sections with base64/URL format examples for TypeScript SDK
- API trigger enhancements - Added supported input types (string, number, boolean, json, files) and improved streaming response documentation
- Chat trigger improvements - Added detailed file properties table with attributes like
url,name,size,type,uploadedAt,expiresAt - Translation lock file - Updated
i18n.lockwith new content checksums ensuring translation integrity
Translation Quality:
The translations maintain consistent technical terminology, preserve code blocks and formatting, and correctly translate markdown structure across all five languages (Spanish, French, German, Japanese, Chinese).
Confidence Score: 5/5
- This PR is safe to merge with no risk - automated translations with proper lock file updates
- Perfect score reflects automated translation process with validated structure. All changes are documentation-only across 26 files, maintaining consistent formatting and technical accuracy. The i18n.lock file properly tracks all content checksums, code blocks are preserved intact, and translations maintain appropriate context across all five languages.
- No files require special attention - all translations follow consistent patterns
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/sdks/typescript.mdx | 5/5 | German translation adds file upload section with base64 and URL format examples |
| apps/docs/content/docs/es/triggers/api.mdx | 5/5 | Spanish translation adds supported input types and updates streaming response documentation |
| apps/docs/content/docs/fr/triggers/chat.mdx | 5/5 | French translation adds file properties table with detailed attributes |
| apps/docs/content/docs/ja/execution/costs.mdx | 5/5 | Japanese translation update adds billing model section with threshold charging details |
| apps/docs/i18n.lock | 5/5 | Lock file updated with new checksums for all translated content sections |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant CI as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Push changes to webhook code
Repo->>CI: Trigger translation workflow
CI->>Lingo: Send English docs for translation
Note over Lingo: Translate to 5 languages:<br/>Spanish, French, German,<br/>Japanese, Chinese
Lingo->>CI: Return translated content
CI->>Repo: Update translation files (de/, es/, fr/, ja/, zh/)
CI->>Repo: Update i18n.lock with checksums
CI->>Repo: Create PR #1601
Note over Repo: Automated PR includes:<br/>- Costs billing model section<br/>- SDK file upload examples<br/>- API trigger input types<br/>- Chat trigger file properties
25 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(webhooks): use next public app url instead of request origin for webhook registration (#1596)
fix(webhooks): use next public app url instead of request origin for webhook registration
ack PR comments
ci: pin Bun to v1.2.22 to avoid Bun 1.3 breaking changes
Commit: 923595f
Workflow: https://github.com/simstudioai/sim/actions/runs/18421468321
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos