-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1815
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 #1815
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 translations for the YouTube tools documentation updates introduced in #1814. The changes document three new YouTube API tools and enhanced search parameters:
New Tools Added:
youtube_channel_videos- Retrieve all videos from a specific channel with sorting optionsyoutube_channel_playlists- Get all playlists from a channelyoutube_related_videos- Find videos related to a specific video
Enhanced youtube_search Parameters:
- Added 9 new filtering parameters:
channelId,publishedAfter,publishedBefore,videoDuration,order,videoCategoryId,videoDefinition,videoCaption,regionCode,relevanceLanguage, andsafeSearch - Updated
maxResultsdescription to specify the range (1-50)
Translation Quality:
All five language translations (German, Spanish, French, Japanese, Chinese) maintain consistent structure, preserve markdown formatting, code blocks, and technical terminology. The i18n.lock file has been properly updated with new content checksums reflecting the additional documentation sections.
Confidence Score: 5/5
- This PR is safe to merge with no risk - it contains only automated documentation translations
- Perfect score given because this is an automated translation PR with documentation-only changes. No code logic, security implications, or functional changes exist. All translations follow the same structure, maintain proper formatting, and the lock file correctly tracks the changes.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/tools/youtube.mdx | 5/5 | German translations for YouTube tools documentation - added 3 new tools and enhanced search parameters |
| apps/docs/content/docs/es/tools/youtube.mdx | 5/5 | Spanish translations for YouTube tools documentation - added 3 new tools and enhanced search parameters |
| apps/docs/content/docs/fr/tools/youtube.mdx | 5/5 | French translations for YouTube tools documentation - added 3 new tools and enhanced search parameters |
| apps/docs/content/docs/ja/tools/youtube.mdx | 5/5 | Japanese translations for YouTube tools documentation - added 3 new tools and enhanced search parameters |
| apps/docs/content/docs/zh/tools/youtube.mdx | 5/5 | Chinese translations for YouTube tools documentation - added 3 new tools and enhanced search parameters |
| apps/docs/i18n.lock | 5/5 | Translation lock file updated with checksums for new content sections |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #1814 (YouTube tools update)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send English docs for translation
Lingo->>Lingo: Translate to 5 languages (DE, ES, FR, JA, ZH)
Lingo->>GH: Return translated content
GH->>Repo: Update translation files
GH->>Repo: Update i18n.lock with checksums
GH->>Repo: Create PR #1815
Note over Repo: PR ready for review
5 files reviewed, no comments
* feat(i18n): update translations * fix translations
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 additional youtube search params, get channel playlists videos and related videos tools (#1814)
Commit: 2056e8a
Workflow: https://github.com/simstudioai/sim/actions/runs/19113798953
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos