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(supabase): added vector search tool and updated docs (#1707)

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

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 22, 2025 1:58am

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

Summary

Automated translation PR triggered by PR #1707 which added new tool documentation (Supabase vector search, Telegram document sending, and SharePoint file uploads). The Lingo.dev AI translation engine successfully translated the new documentation sections into all five supported languages.

Key changes:

  • Added supabase_vector_search documentation in ES, DE, FR, JA, and ZH (22 lines each with parameter tables and descriptions)
  • Added telegram_send_document documentation in ES, DE, FR, JA, and ZH (20 lines each)
  • Added sharepoint_upload_file documentation in ES, DE, FR, JA, and ZH (20 lines each)
  • Updated minor formatting and consistency across various tool documentation files
  • Updated apps/docs/i18n.lock with new content checksums for tracking translation state

Translation quality observations:

  • Technical terms appropriately preserved (pgvector, PostgreSQL, PostgREST, API parameters)
  • Markdown table structures and formatting maintained correctly across all languages
  • Code examples and technical syntax preserved (e.g., match_documents, jdrkgepadsdopsntdlom)
  • Escaped parentheses in tables maintained properly \( and \) for MDX compatibility
  • Parameter types remain in English as expected (string, array, number, object)
  • Consistent translation style matching existing documentation patterns

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated translation PR with consistent, high-quality translations across all languages. Technical terms, code syntax, and formatting are properly preserved. The changes are documentation-only with no code modifications. The i18n.lock file properly tracks checksums for translation state management.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/es/tools/supabase.mdx 5/5 Added Spanish translation for new supabase_vector_search tool documentation
apps/docs/content/docs/de/tools/supabase.mdx 5/5 Added German translation for new supabase_vector_search tool documentation
apps/docs/content/docs/fr/tools/supabase.mdx 5/5 Added French translation for new supabase_vector_search tool documentation
apps/docs/content/docs/ja/tools/supabase.mdx 5/5 Added Japanese translation for new supabase_vector_search tool documentation
apps/docs/content/docs/zh/tools/supabase.mdx 5/5 Added Chinese translation for new supabase_vector_search tool documentation
apps/docs/content/docs/es/tools/telegram.mdx 5/5 Added Spanish translation for new telegram_send_document tool documentation
apps/docs/content/docs/fr/tools/sharepoint.mdx 5/5 Added French translation for new sharepoint_upload_file tool documentation
apps/docs/i18n.lock 5/5 Updated content checksums to reflect new translated documentation sections

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Dev->>Repo: Merge PR #1707 (Supabase vector search docs)
    Repo->>GH: Trigger i18n workflow
    GH->>Lingo: Send English documentation changes
    Note over Lingo: Translate new content:<br/>- supabase_vector_search<br/>- telegram_send_document<br/>- sharepoint_upload_file
    Lingo->>Lingo: Generate translations (ES, FR, DE, JA, ZH)
    Lingo->>GH: Return translated content
    GH->>Repo: Update 50 translated MDX files
    GH->>Repo: Update i18n.lock checksums
    GH->>Repo: Create PR #1709 with translations
Loading

50 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit bcd1a2f into staging Oct 22, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-18702828687 branch October 22, 2025 19:55
waleedlatif1 added a commit that referenced this pull request Oct 23, 2025
* fix(debug-mode): remove duplicate debug mode flag (#1714)

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

* improvement(condition): added variable and envvar highlighting for condition input (#1718)

* fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data (#1719)

* fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data

* apps/sim

* renaming

* remove relative import

* feat(tools): added webflow OAuth + tools (#1720)

* feat(tools): added webflow OAuth + tools

* remove itemId from delete item

* remove siteId

* added webhook triggers + oauth scopes + site/collection selector

* update sample payload for webflow triggers

* cleanup

* fix discord color

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

* improvement(schedule): fix UI bug with schedule modal (#1722)
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