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 sentry, incidentio, and posthog tools (#2116)

  • feat(tools): added sentry, incidentio, and posthog tools

  • update docs

  • fixed docs to use native fumadocs for llms.txt and copy markdown, fixed tool issues

  • cleanup

  • enhance error extractor, fixed posthog tools

  • docs enhancements, cleanup

  • added more incident io ops, remove zustand/shallow in favor of zustand/react/shallow

  • fix type errors

  • remove unnecessary comments

  • added vllm to docs
    Commit: ff79b78
    Workflow: https://github.com/simstudioai/sim/actions/runs/19691887725

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 26, 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 26, 2025 5:35am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 26, 2025

Greptile Overview

Greptile Summary

Automated translation update triggered by PR #2116 adding Sentry, Incident.io, and PostHog tool documentation. The Lingo.dev AI translation engine generated translations across 5 languages (Spanish, French, German, Japanese, Chinese).

  • Added complete translations for 3 new tool documentation files (Sentry, PostHog, Incident.io) across all 5 supported languages (15 new files)
  • Updated existing documentation translations to include VLLM model references in costs pages
  • Minor formatting improvements in costs documentation (Tab labels, decimal separators, table headers)
  • Updated i18n.lock with translation metadata for all new and modified content
  • All translations preserve MDX structure, code blocks, component imports, and technical terminology appropriately

Confidence Score: 5/5

  • Safe to merge - automated translations maintain structure and formatting
  • This is an automated translation PR with no code changes. The translations maintain proper MDX formatting, preserve all technical elements (imports, code blocks, table structures), and appropriately translate documentation content. No logical, syntax, or security issues present.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/es/tools/sentry.mdx 5/5 Added Spanish translation for new Sentry tool documentation
apps/docs/content/docs/de/tools/posthog.mdx 5/5 Added German translation for new PostHog tool documentation
apps/docs/content/docs/fr/tools/incidentio.mdx 5/5 Added French translation for new Incident.io tool documentation
apps/docs/content/docs/es/execution/costs.mdx 5/5 Updated costs documentation with VLLM model and minor formatting corrections
apps/docs/i18n.lock 5/5 Added translation lock entries for new tool documentation files

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub Action
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Dev->>Repo: Merge PR #2116 (adds tools)
    Repo->>GH: Trigger translation workflow
    GH->>Lingo: Send English docs for translation
    Note over Lingo: Translate to 5 languages<br/>(es, fr, de, ja, zh)
    Lingo->>GH: Return translated content
    GH->>Repo: Create new files for tools
    GH->>Repo: Update existing docs (costs, etc)
    GH->>Repo: Update i18n.lock
    GH->>Repo: Create PR #2120
    Note over Repo: Ready for review
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.

50 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit 93e1c51 into staging Nov 26, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19691887725 branch November 28, 2025 06:01
waleedlatif1 added a commit that referenced this pull request Nov 29, 2025
…pylon, intercom, mailchimp, loading optimizations (#2132)

* fix(memory-util): fixed unbounded array of gmail/outlook pollers causing high memory util, added missing db indexes/removed unused ones, auto-disable schedules/webhooks after 10 consecutive failures (#2115)

* fix(memory-util): fixed unbounded array of gmail/outlook pollers causing high memory util, added missing db indexes/removed unused ones, auto-disable schedules/webhooks after 10 consecutive failures

* ack PR comments

* ack

* improvement(teams-plan): seats increase simplification + not triggering checkout session (#2117)

* improvement(teams-plan): seats increase simplification + not triggering checkout session

* cleanup via helper

* feat(tools): added sentry, incidentio, and posthog tools (#2116)

* feat(tools): added sentry, incidentio, and posthog tools

* update docs

* fixed docs to use native fumadocs for llms.txt and copy markdown, fixed tool issues

* cleanup

* enhance error extractor, fixed posthog tools

* docs enhancements, cleanup

* added more incident io ops, remove zustand/shallow in favor of zustand/react/shallow

* fix type errors

* remove unnecessary comments

* added vllm to docs

* feat(i18n): update translations (#2120)

* feat(i18n): update translations

* fix build

---------

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>

* improvement(workflow-execution): perf improvements to passing workflow state + decrypted env vars (#2119)

* improvement(execution): load workflow state once instead of 2-3 times

* decrypt only in get helper

* remove comments

* remove comments

* feat(models): host google gemini models (#2122)

* feat(models): host google gemini models

* remove unused primary key

* feat(i18n): update translations (#2123)

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>

* feat(tools): added zendesk, pylon, intercom, & mailchimp (#2126)

* feat(tools): added zendesk, pylon, intercom, & mailchimp

* finish zendesk and pylon

* updated docs

* feat(i18n): update translations (#2129)

* feat(i18n): update translations

* fixed build

---------

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>

* fix(permissions): add client-side permissions validation to prevent unauthorized actions, upgraded custom tool modal (#2130)

* fix(permissions): add client-side permissions validation to prevent unauthorized actions, upgraded custom tool modal

* fix failing test

* fix test

* cleanup

* fix(custom-tools): add composite index on custom tool names & workspace id (#2131)

---------

Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
DarkShark-RAz pushed a commit to DarkShark-RAz/sim that referenced this pull request Nov 30, 2025
* feat(i18n): update translations

* fix 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