Skip to content

Conversation

@waleedlatif1
Copy link
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: fix(clay): fixed clay tool (#1725)

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
Copy link

vercel bot commented Oct 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 27, 2025 1:36am

@waleedlatif1 waleedlatif1 merged commit ec2cc82 into staging Oct 27, 2025
3 of 4 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-18827020996 branch October 27, 2025 01:35
Copy link
Contributor

@greptile-apps greptile-apps bot left a 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 authToken parameter 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) and output (json) with data (json) and metadata (object)
  • All translations maintain consistent technical terminology

Qdrant Tool Documentation Updates (Secondary)

  • Added search_return_data parameter to qdrant_search_vector tool documentation
  • Added fetch_return_data parameter to qdrant_fetch_points tool documentation
  • Translations properly localized parameter names and descriptions

Discord Tool Documentation Updates (Minor)

  • Formatting adjustments to table column alignment

Lock File Updates

  • i18n.lock file 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
Loading

15 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to 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.

2 participants