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 200+ new tools across confluence, discord, exa, firecrawl, jina, jira, linear, linkup, MS suite, parallel, reddit, supabase, & tavily (#1824)

  • feat(tools): added 150+ new tools across confluence, discord, exa, firecrawl, jina, jira, linear, linkup, MS suite, parallel, reddit, supabase, & tavily

  • feat(tools): added 150+ new tools across confluence, discord, exa, firecrawl, jina, jira, linear, linkup, MS suite, parallel, reddit, supabase, & tavily

  • replace console.log and console.error with loggers instead

  • cleanup

  • update message change

  • removed layout from all blocks with new operations

  • cleanup

  • fixed create row

  • fixed full text search

  • fixed firecrawl, fixed supabase download

  • fix subblock name

  • teams update

  • finish supabase

  • tested & updated parallel AI

  • removed dates from Exa, fixed research

  • fix jina

  • more jina updates

  • fixed tavily + tool-inp for empty dropdown items

  • updated microsoft tools

  • edited reddit

  • added html/text options for gmail outlook resend tools, added linear and jira triggers

  • reddit tool fix

  • another reddit fix

  • remove unused github utils, fix linear triggers

  • added onedrive delete, fixed jira tools

  • fixed confluence

  • fix some linear operations, fixed jira triggers

  • fix some linear tools

  • fix build

  • fix jira payloads

  • fixe jira payload

  • fix conflicts

  • added sample payload

  • fix stripe icon

  • run lint
    Commit: c9a8c7e
    Workflow: https://github.com/simstudioai/sim/actions/runs/19181155163

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

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Nov 7, 2025 11:04pm

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

Automated translation update propagating 200+ new tool additions from PR #1824 across all supported languages (Spanish, French, German, Japanese, Chinese).

Key Changes

  • Added 90+ new Linear tool translations for customer management operations (linear_create_customer, linear_update_customer, linear_list_customers, etc.) and customer request operations
  • Added webhook trigger support descriptions to Linear, Jira, and other tool documentation across all languages
  • Removed deprecated Confluence label operations (confluence_add_label, confluence_remove_label) from all language versions
  • Updated translations for Stripe, Supabase, Reddit, Parallel AI, Microsoft tools (Planner, OneDrive, Outlook), Gmail, Resend, Firecrawl, Exa, and Jina tools
  • Updated apps/docs/i18n.lock with 382 new content checksums tracking all translation changes

Translation Quality

  • Automated translations maintain consistent terminology and formatting across all languages
  • MDX structure, code blocks, parameter tables, and links preserved correctly
  • Technical terms appropriately handled (e.g., "webhook", "OAuth", tool names remain in English where appropriate)

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it contains only automated documentation translations
  • Score of 5 reflects that this is a purely documentation-only PR with automated translations that follow established patterns. The changes add no executable code, modify no logic, and only update MDX documentation files in non-English locales plus the i18n.lock tracking file. The translations maintain proper MDX formatting, preserve code blocks and technical terms, and consistently mirror the source content structure.
  • No files require special attention - all changes are automated translations of documentation

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/es/tools/linear.mdx 5/5 Added 90+ new Spanish translations for Linear customer management and webhook trigger tools
apps/docs/content/docs/de/tools/linear.mdx 5/5 Added 90+ new German translations for Linear customer management and webhook trigger tools
apps/docs/content/docs/fr/tools/linear.mdx 5/5 Added 90+ new French translations for Linear customer management and webhook trigger tools
apps/docs/content/docs/ja/tools/linear.mdx 5/5 Added 90+ new Japanese translations for Linear customer management and webhook trigger tools
apps/docs/content/docs/zh/tools/linear.mdx 5/5 Added 90+ new Chinese translations for Linear customer management and webhook trigger tools
apps/docs/i18n.lock 5/5 Updated content checksums to track new translations across all 75 modified documentation files

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1824
    participant GHA as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository

    Dev->>Repo: Merge PR #1824 (200+ new tools)
    Repo->>GHA: Trigger translation workflow
    GHA->>Lingo: Send English content changes
    Note over Lingo: Translate to 5 languages:<br/>es, fr, de, ja, zh
    Lingo->>Lingo: Process 15 tool files × 5 languages
    Lingo->>Lingo: Generate translations maintaining<br/>MDX structure & formatting
    Lingo->>GHA: Return translated content
    GHA->>Repo: Create translation PR #1844
    Note over Repo: 76 files updated:<br/>- 75 .mdx translations<br/>- 1 i18n.lock
    GHA->>Repo: Update i18n.lock checksums
    Repo->>PR: PR #1844 ready for review
Loading

75 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

* fix(billing): should allow restoring subscription (#1728)

* fix(already-cancelled-sub): UI should allow restoring subscription

* restore functionality fixed

* fix

* Fix streaming api

* Fix uuid stuff

* Lint

* Stripe docs fix

* Fix docs build error

* Fix uuid check

* Fix deployed chat streaming for non agent blocks

* Fix lint

---------

Co-authored-by: Waleed <[email protected]>
Co-authored-by: Vikhyath Mondreti <[email protected]>
@waleedlatif1 waleedlatif1 merged commit c427826 into staging Nov 7, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19181155163 branch November 7, 2025 23:06
waleedlatif1 added a commit that referenced this pull request Nov 9, 2025
* feat(i18n): update translations

* fix(streaming-api): fix streaming api (#1846)

* fix(billing): should allow restoring subscription (#1728)

* fix(already-cancelled-sub): UI should allow restoring subscription

* restore functionality fixed

* fix

* Fix streaming api

* Fix uuid stuff

* Lint

* Stripe docs fix

* Fix docs build error

* Fix uuid check

* Fix deployed chat streaming for non agent blocks

* Fix lint
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
* feat(i18n): update translations

* fix(streaming-api): fix streaming api (#1846)

* fix(billing): should allow restoring subscription (#1728)

* fix(already-cancelled-sub): UI should allow restoring subscription

* restore functionality fixed

* fix

* Fix streaming api

* Fix uuid stuff

* Lint

* Stripe docs fix

* Fix docs build error

* Fix uuid check

* Fix deployed chat streaming for non agent blocks

* Fix lint
@waleedlatif1 waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
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.

3 participants