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(tools): fix perplexity & parallel ai tag dropdown inaccuracies (#2300)

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 Dec 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Dec 11, 2025 5:58am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 11, 2025

Greptile Overview

Greptile Summary

Automated translation update triggered by PR #2300 that fixed Perplexity and Exa API documentation inaccuracies. All 5 languages (German, Spanish, French, Japanese, Chinese) were updated via Lingo.dev AI translation engine.

Key Changes

  • Exa tool: Updated category parameter values to match latest API (removed underscores, added new categories like "linkedin profile" and "financial report"), revised livecrawl parameter to include new "preferred" option with clarified fallback behavior, removed obsolete category parameter from exa_find_similar_links
  • Perplexity tool: Corrected output schemas for perplexity_chat (now returns content, model, usage instead of generic success/output) and perplexity_search (now returns results array instead of generic success/output)
  • Parallel AI tool: Updated parallel_deep_research output to clarify status values (removed "in progress" state), refined message and basis field descriptions
  • i18n.lock: Updated checksums for all modified translation files

All translations preserve markdown formatting, code blocks, technical parameter names, and structural integrity. No functional code changes.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - automated translation updates with verified accuracy
  • All changes are automated translations of documentation updates. The translations accurately reflect the English source changes, preserve technical terms and parameter names correctly, maintain proper markdown formatting, and update the i18n.lock checksums appropriately. No functional code is modified, only documentation in 5 languages.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/exa.mdx 5/5 Updated Exa tool documentation with revised API parameters including category values and livecrawl options
apps/docs/content/docs/de/tools/parallel_ai.mdx 5/5 Updated parallel_deep_research output schema to match latest API specification
apps/docs/content/docs/de/tools/perplexity.mdx 5/5 Updated perplexity_chat and perplexity_search output schemas for accuracy
apps/docs/content/docs/es/tools/exa.mdx 5/5 Updated Exa tool documentation with revised API parameters including category values and livecrawl options
apps/docs/content/docs/es/tools/parallel_ai.mdx 5/5 Updated parallel_deep_research output schema to match latest API specification
apps/docs/content/docs/es/tools/perplexity.mdx 5/5 Updated perplexity_chat and perplexity_search output schemas for accuracy
apps/docs/content/docs/fr/tools/exa.mdx 5/5 Updated Exa tool documentation with revised API parameters including category values and livecrawl options
apps/docs/content/docs/fr/tools/parallel_ai.mdx 5/5 Updated parallel_deep_research output schema to match latest API specification
apps/docs/content/docs/fr/tools/perplexity.mdx 5/5 Updated perplexity_chat and perplexity_search output schemas for accuracy
apps/docs/content/docs/ja/tools/exa.mdx 5/5 Updated Exa tool documentation with revised API parameters including category values and livecrawl options
apps/docs/content/docs/ja/tools/parallel_ai.mdx 5/5 Updated parallel_deep_research output schema to match latest API specification
apps/docs/content/docs/ja/tools/perplexity.mdx 5/5 Updated perplexity_chat and perplexity_search output schemas for accuracy
apps/docs/content/docs/zh/tools/exa.mdx 5/5 Updated Exa tool documentation with revised API parameters including category values and livecrawl options
apps/docs/content/docs/zh/tools/parallel_ai.mdx 5/5 Updated parallel_deep_research output schema to match latest API specification
apps/docs/content/docs/zh/tools/perplexity.mdx 5/5 Updated perplexity_chat and perplexity_search output schemas for accuracy
apps/docs/i18n.lock 5/5 Updated content checksums to reflect translation changes across all language files

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub Actions
    participant EN as English Docs
    participant Lingo as Lingo.dev AI
    participant DE as German Translations
    participant ES as Spanish Translations
    participant FR as French Translations
    participant JA as Japanese Translations
    participant ZH as Chinese Translations
    participant Lock as i18n.lock
    
    Dev->>GH: Push PR #2300 (Perplexity/Exa fixes)
    GH->>EN: Detect changes to en/tools/*.mdx
    EN->>Lingo: Send modified English content
    
    par Parallel Translation
        Lingo->>DE: Translate to German
        Lingo->>ES: Translate to Spanish
        Lingo->>FR: Translate to French
        Lingo->>JA: Translate to Japanese
        Lingo->>ZH: Translate to Chinese
    end
    
    DE->>Lock: Update checksums (de/tools/*.mdx)
    ES->>Lock: Update checksums (es/tools/*.mdx)
    FR->>Lock: Update checksums (fr/tools/*.mdx)
    JA->>Lock: Update checksums (ja/tools/*.mdx)
    ZH->>Lock: Update checksums (zh/tools/*.mdx)
    
    Lock->>GH: Commit updated translations
    GH->>Dev: Create PR #2303 (automated translations)
Loading

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.

15 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit da36c45 into staging Dec 11, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20123344111 branch December 11, 2025 06:07
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