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: feat(tools): added new firecrawl agent endpoint (#2603)
Commit: 3d75445
Workflow: https://github.com/simstudioai/sim/actions/runs/20534365039

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 27, 2025

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 27, 2025 4:48am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 27, 2025

Greptile Summary

This automated PR updates documentation translations across 5 languages (German, Spanish, French, Japanese, Chinese) following the addition of the new firecrawl_agent endpoint in PR #2603.

Key Changes:

  • Added translations for the new firecrawl_agent tool documentation across all 5 supported languages
  • Simplified Intercom API output schemas across all languages (replaced generic success/output with specific object types like contact, company, conversation)
  • Enhanced Typeform documentation with additional field details in some languages
  • Updated i18n.lock with new content checksums

Translation Quality:

  • All technical terms (API keys, parameter names, field names) correctly preserved in English
  • Markdown formatting, tables, and code blocks properly maintained
  • Links and import statements unchanged
  • Translations appear contextually appropriate and natural

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Automated translation PR with consistent changes across all language files. All technical content preserved correctly, formatting maintained, and no code logic changes. The changes align with the triggering PR feat(tools): added new firecrawl agent endpoint #2603 for adding firecrawl_agent endpoint
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/de/tools/firecrawl.mdx Added German translation for new firecrawl_agent endpoint
apps/docs/content/docs/es/tools/firecrawl.mdx Added Spanish translation for new firecrawl_agent endpoint
apps/docs/content/docs/fr/tools/firecrawl.mdx Added French translation for new firecrawl_agent endpoint
apps/docs/content/docs/ja/tools/firecrawl.mdx Added Japanese translation for new firecrawl_agent endpoint
apps/docs/content/docs/zh/tools/firecrawl.mdx Added Chinese translation for new firecrawl_agent endpoint
apps/docs/content/docs/de/tools/intercom.mdx Simplified output schema for German Intercom documentation

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #2603
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Docs as Documentation

    Dev->>PR: Merge PR #2603 (firecrawl_agent endpoint)
    PR->>Docs: Update en/tools/firecrawl.mdx
    Docs->>GH: Trigger translation workflow
    GH->>Lingo: Send English content changes
    
    par Translate to 5 languages
        Lingo->>Lingo: Translate to German (de)
        Lingo->>Lingo: Translate to Spanish (es)
        Lingo->>Lingo: Translate to French (fr)
        Lingo->>Lingo: Translate to Japanese (ja)
        Lingo->>Lingo: Translate to Chinese (zh)
    end
    
    Lingo->>GH: Return translations
    GH->>Docs: Update 25 language files
    GH->>Docs: Update i18n.lock checksums
    GH->>PR: Create PR #2604
    PR->>Dev: Ready for review
Loading

@waleedlatif1 waleedlatif1 merged commit 8651896 into staging Dec 27, 2025
11 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20534365039 branch December 27, 2025 05:11
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