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(firecrawl): updated output for firecrawl extract (#2333)

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 12, 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 12, 2025 7:19am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 12, 2025

Greptile Overview

Greptile Summary

This automated translation PR correctly updates all language versions of the Firecrawl documentation to remove the sources output parameter from the firecrawl_extract tool documentation. The sources parameter is conditionally returned only when showSources is enabled, so listing it as a standard output field was misleading.

  • Removed the sources array row from the Output table in 5 language versions (German, Spanish, French, Japanese, Chinese)
  • Updated i18n.lock with new content checksum
  • All translations maintain accuracy and proper formatting
  • Changes align perfectly with the English source documentation

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a straightforward documentation correction
  • The changes are limited to documentation only, removing an incorrectly documented optional parameter. All translations are consistent, properly formatted, and match the English source. The automated translation system correctly propagated the change across all supported languages.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/firecrawl.mdx 5/5 Removed incorrect sources output parameter from firecrawl_extract documentation, translation accuracy maintained
apps/docs/content/docs/es/tools/firecrawl.mdx 5/5 Removed incorrect sources output parameter from firecrawl_extract documentation, translation accuracy maintained
apps/docs/content/docs/fr/tools/firecrawl.mdx 5/5 Removed incorrect sources output parameter from firecrawl_extract documentation, translation accuracy maintained
apps/docs/content/docs/ja/tools/firecrawl.mdx 5/5 Removed incorrect sources output parameter from firecrawl_extract documentation, translation accuracy maintained
apps/docs/content/docs/zh/tools/firecrawl.mdx 5/5 Removed incorrect sources output parameter from firecrawl_extract documentation, translation accuracy maintained

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #2333
    participant CI as CI/Translation System
    participant Docs as Documentation Files
    participant Lock as i18n.lock

    Dev->>PR: Merge PR #2333 (firecrawl fix)
    PR->>Docs: Update en/tools/firecrawl.mdx
    Note over Docs: Remove sources from output table
    Docs->>CI: Trigger translation workflow
    CI->>CI: Detect English content changes
    CI->>Docs: Generate translations (de, es, fr, ja, zh)
    Note over Docs: Remove sources row in all languages
    CI->>Lock: Update content checksums
    Lock-->>CI: Checksum updated
    CI->>PR: Create PR #2334
    Note over PR: Automated translation update
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.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit 045475b into staging Dec 12, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20159138963 branch December 13, 2025 04:17
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