Skip to content

feat(i18n): update translations - #1815

Merged
waleedlatif1 merged 2 commits into
stagingfrom
auto-translate/staging-merge-19113798953
Nov 5, 2025
Merged

feat(i18n): update translations#1815
waleedlatif1 merged 2 commits into
stagingfrom
auto-translate/staging-merge-19113798953

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

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

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

This PR includes automated translations for modified English documentation content:

  • 🇪🇸 Spanish (es) translations
  • 🇫🇷 French (fr) translations
  • 🇨🇳 Chinese (zh) translations
  • 🇯🇵 Japanese (ja) translations
  • 🇩🇪 German (de) translations

What reviewers should focus on:

  • Verify translated content accuracy and context
  • Check that all links and references work correctly in translated versions
  • Ensure formatting, code blocks, and structure are preserved
  • Validate that technical terms are appropriately translated

Checklist

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel

vercelBot commented Nov 5, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentNov 5, 2025 7:40pm

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

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 options
  • youtube_channel_playlists - Get all playlists from a channel
  • youtube_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, and safeSearch
  • Updated maxResults description 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

FilenameScoreOverview
apps/docs/content/docs/de/tools/youtube.mdx5/5German translations for YouTube tools documentation - added 3 new tools and enhanced search parameters
apps/docs/content/docs/es/tools/youtube.mdx5/5Spanish translations for YouTube tools documentation - added 3 new tools and enhanced search parameters
apps/docs/content/docs/fr/tools/youtube.mdx5/5French translations for YouTube tools documentation - added 3 new tools and enhanced search parameters
apps/docs/content/docs/ja/tools/youtube.mdx5/5Japanese translations for YouTube tools documentation - added 3 new tools and enhanced search parameters
apps/docs/content/docs/zh/tools/youtube.mdx5/5Chinese translations for YouTube tools documentation - added 3 new tools and enhanced search parameters
apps/docs/i18n.lock5/5Translation 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
Loading

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1
waleedlatif1 merged commit 21774de into stagingNov 5, 2025
9 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-19113798953 branch November 5, 2025 19:40
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
* feat(i18n): update translations
* fix translations
@waleedlatif1waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@waleedlatif1