Closed
Conversation
This reverts commit ae3a7f0.
…splayText to various subblocks that didn't have it (#1582)
…1583) * feat(billing): bill by threshold to prevent cancellation edge case * fix org billing * fix idempotency key issue * small optimization for team checks * remove console log * remove unused type * fix error handling
… to deployed chat, updated chat panel (#1588) * feat(deployed-chat): updated chat panel UI, deployed chat and API can now accept files * added nested tag dropdown for files * added duplicate file validation to chat panel * update docs & SDKs * fixed build * rm extraneous comments * ack PR comments, cut multiple DB roundtrips for permissions & api key checks in api/workflows * allow read-only users to access deployment info, but not take actions * add downloadable file to logs for files passed in via API * protect files/serve route that is only used client-side --------- Co-authored-by: waleed <waleed>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
1 Job Failed: CI / Test and Build / Test and Build failed on "Build application" |
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
Automated translation updates triggered by PR #1588 which added file upload functionality to the workflow execution API and deployed chat. This PR updates documentation translations across 5 languages (Spanish, French, German, Japanese, and Chinese) for 4 key documentation sections:
- API Trigger documentation - Added file upload format specifications, file property tables, and examples showing both base64-encoded and URL-referenced file uploads
- TypeScript SDK documentation - Added comprehensive file upload examples for both browser and Node.js environments, including file handling patterns
- Chat Trigger documentation - Enhanced with detailed file property tables showing all accessible attributes (url, name, size, type, uploadedAt, expiresAt)
- Costs/Billing documentation - Added new threshold billing model explanation and examples
The translations preserve code blocks, technical terminology, markdown formatting, and MDX components correctly. The i18n.lock file has been updated with new content checksums to track these translation versions.
Confidence Score: 5/5
- This PR is safe to merge with no risk
- This is an automated translation PR that only updates documentation content in non-English languages. No code logic is changed, only translated documentation reflecting the file upload feature added in PR #1588. The translations appear consistent, preserve formatting and technical terms appropriately, and the i18n.lock file properly tracks content versions.
- No files require special attention - all changes are automated translations
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/es/triggers/api.mdx | 5/5 | Spanish translation updated to reflect new file upload documentation and API changes |
| apps/docs/content/docs/de/triggers/api.mdx | 5/5 | German translation updated to reflect new file upload documentation and API changes |
| apps/docs/content/docs/fr/triggers/api.mdx | 5/5 | French translation updated to reflect new file upload documentation and API changes |
| apps/docs/content/docs/ja/triggers/api.mdx | 5/5 | Japanese translation updated to reflect new file upload documentation and API changes |
| apps/docs/content/docs/zh/triggers/api.mdx | 5/5 | Chinese translation updated to reflect new file upload documentation and API changes |
| apps/docs/i18n.lock | 5/5 | Translation checksums updated to track new content versions across all languages |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PR as PR #1588
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Docs as Documentation Files
Dev->>PR: Merge PR #1588 (file upload feature)
PR->>Docs: Update English docs
PR->>GHA: Trigger translation workflow
GHA->>Lingo: Send English content changes
loop For each language (es, fr, de, ja, zh)
Lingo->>Lingo: Translate content
Lingo->>Docs: Update translated .mdx files
end
GHA->>Docs: Update i18n.lock checksums
GHA->>PR: Create PR #1593
Note over PR,Docs: All 5 languages synchronized<br/>with English source content
25 files reviewed, no comments
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(deployed-chat): added file upload to workflow execute API, added to deployed chat, updated chat panel (#1588)
feat(deployed-chat): updated chat panel UI, deployed chat and API can now accept files
added nested tag dropdown for files
added duplicate file validation to chat panel
update docs & SDKs
fixed build
rm extraneous comments
ack PR comments, cut multiple DB roundtrips for permissions & api key checks in api/workflows
allow read-only users to access deployment info, but not take actions
add downloadable file to logs for files passed in via API
protect files/serve route that is only used client-side
Co-authored-by: waleed
Commit: da156cb
Workflow: https://github.com/simstudioai/sim/actions/runs/18397426882
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos