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(intercom): added additional params to intercom tools (#2523)
Commit: 2d4a660
Workflow: https://github.com/simstudioai/sim/actions/runs/20440518750

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

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 22, 2025 7:01pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 22, 2025

Greptile Summary

This PR contains automated translations triggered by changes to English documentation in PR #2523, which added additional parameters to Intercom tools and schema support for Supabase tools.

Key Changes:

  • Intercom documentation: Added new parameters across all 5 language translations including role, company_id, sort_field, sort_order, created_at, template, conversation_to_link_id, disable_notifications, and include_translations
  • Supabase documentation: Added schema parameter to all database operations (query, insert, update, delete, upsert, count, text_search) to support accessing tables in non-public schemas
  • Translation quality: All translations appear grammatically correct and maintain consistent technical terminology across languages
  • i18n.lock file: Updated with new content checksums to track translation state

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it contains only automated documentation translations.
  • This is a documentation-only PR with automated AI translations. All changes are purely additive (new parameters documented), maintain consistent structure across languages, and do not modify any code. The translations follow the same format as the English source, and technical terms (parameter names, API endpoints) are correctly preserved. The i18n.lock file properly tracks the translation state.
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/de/tools/intercom.mdx German translation updated with new Intercom parameters (role, company_id, sort fields, created_at, template, etc.)
apps/docs/content/docs/es/tools/intercom.mdx Spanish translation updated with new Intercom parameters and improved terminology
apps/docs/content/docs/fr/tools/intercom.mdx French translation updated with new Intercom API parameters and features
apps/docs/content/docs/ja/tools/intercom.mdx Japanese translation updated with new parameters and improved formatting
apps/docs/content/docs/zh/tools/intercom.mdx Chinese translation updated with comprehensive Intercom parameter additions
apps/docs/i18n.lock Lock file updated with checksums for new translated content

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub
    participant Action as GitHub Action
    participant Lingo as Lingo.dev AI
    participant Repo as Repository

    Dev->>Repo: Merge PR #2523 (Intercom params)
    Repo->>GH: Trigger workflow event
    GH->>Action: Start translation workflow
    Action->>Repo: Detect changed English docs
    Action->>Lingo: Send English content for translation
    
    loop For each language (de, es, fr, ja, zh)
        Lingo->>Lingo: Translate content with AI
        Lingo->>Action: Return translated content
        Action->>Repo: Update language-specific .mdx file
    end
    
    Action->>Repo: Update i18n.lock with checksums
    Action->>GH: Create PR #2526
    GH->>Dev: Notify for review
Loading

@waleedlatif1 waleedlatif1 merged commit 2b7807a into staging Dec 22, 2025
10 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20440518750 branch December 22, 2025 19:20
waleedlatif1 added a commit that referenced this pull request Dec 22, 2025
* feat(i18n): update translations

* fixed build

---------

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
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