-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(i18n): update translations #1734
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 #1734
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
This PR contains automated translation updates across 5 languages (German, Spanish, French, Japanese, Chinese) triggered by the Clay tool fix in PR #1725.
Key Changes
Clay Tool Documentation Updates (Primary)
- Changed
authTokenparameter from required to optional across all 5 language translations - Updated parameter description to clarify "most webhooks do not require this"
- Fixed output schema: replaced
success(boolean) andoutput(json) withdata(json) andmetadata(object) - All translations maintain consistent technical terminology
Qdrant Tool Documentation Updates (Secondary)
- Added
search_return_dataparameter toqdrant_search_vectortool documentation - Added
fetch_return_dataparameter toqdrant_fetch_pointstool documentation - Translations properly localized parameter names and descriptions
Discord Tool Documentation Updates (Minor)
- Formatting adjustments to table column alignment
Lock File Updates
i18n.lockfile updated with new translation hashes for all modified files
Translation Quality
- Technical terms (webhookURL, authToken, metadata, etc.) correctly preserved in backticks
- Code blocks and SVG icons remain unchanged
- Markdown table formatting properly maintained
- Language-specific terminology appropriately translated (e.g., "Required" → "Erforderlich" in German, "Obligatorio" in Spanish)
Confidence Score: 5/5
- This PR is safe to merge with minimal risk - it contains only automated documentation translations
- Perfect confidence score because: (1) All changes are documentation-only with no code modifications, (2) Automated translation system maintained technical accuracy across all languages, (3) Technical terms and code blocks properly preserved, (4) Changes reflect accurate translation of the Clay tool fix from PR #1725, (5) All 16 files follow consistent patterns with no anomalies detected
- No files require special attention - all translations follow consistent patterns and maintain technical accuracy
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/tools/clay.mdx | 5/5 | Updated German translation to reflect authToken as optional parameter with correct output schema |
| apps/docs/content/docs/es/tools/clay.mdx | 5/5 | Updated Spanish translation to reflect authToken as optional parameter with correct output schema |
| apps/docs/content/docs/fr/tools/clay.mdx | 5/5 | Updated French translation to reflect authToken as optional parameter |
| apps/docs/content/docs/ja/tools/clay.mdx | 5/5 | Updated Japanese translation to reflect authToken as optional parameter with correct output schema |
| apps/docs/content/docs/zh/tools/clay.mdx | 5/5 | Updated Chinese translation to reflect authToken as optional parameter with correct output schema |
| apps/docs/i18n.lock | 5/5 | Updated translation lock file with new hashes for modified documentation files |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Docs as Documentation Files
Dev->>GH: Push changes to clay.mdx (en)
Note over Dev,GH: Trigger: PR #1725 merged
GH->>GH: Detect documentation changes
GH->>Lingo: Send English content for translation
Lingo->>Lingo: Translate to 5 languages<br/>(de, es, fr, ja, zh)
Lingo->>Docs: Update clay.mdx translations
Note over Lingo,Docs: authToken: Yes → No (optional)
Note over Lingo,Docs: Output schema updated
Lingo->>Docs: Update qdrant.mdx translations
Note over Lingo,Docs: Add search_return_data param
Note over Lingo,Docs: Add fetch_return_data param
Lingo->>Docs: Update discord.mdx translations
Note over Lingo,Docs: Minor formatting fixes
Lingo->>Docs: Update i18n.lock file
Note over Lingo,Docs: New translation hashes
GH->>GH: Create PR #1734
GH->>Dev: Notify: Translation PR ready
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(clay): fixed clay tool (#1725)
fixed clay tool
added metadata
added metadata to types
fix(clay): remove (optional) from subblock name
regen docs
Commit: 274d5e3
Workflow: https://github.com/simstudioai/sim/actions/runs/18827020996
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos