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 ability so select certain rows in supabase tools (#2689)

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 Jan 6, 2026

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 6, 2026 8:33pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 6, 2026

Greptile Summary

Automated translation updates triggered by PR #2689 which added the select parameter to Supabase query tools and removed deprecated dollar-denominated balance fields from Kalshi tools.

  • Added select parameter documentation to supabase_query and supabase_query_single functions across all 5 supported languages (Spanish, French, German, Japanese, Chinese)
  • Removed deprecated balanceDollars and portfolioValueDollars fields from kalshi_get_balance output documentation across all languages
  • Minor translation refinements for consistency (e.g., "z. B." → "z.B." in German, improved phrasing in Spanish)
  • Updated i18n.lock checksums to track translation versions

All translations accurately preserve technical terms (PostgREST, Supabase, API parameter names), maintain proper code formatting with backticks, and keep consistent table structures. The automated translation process successfully propagated both additions and removals from the English source files.

Confidence Score: 5/5

  • This PR is safe to merge - automated translation updates with verified accuracy
  • Documentation-only changes with consistent translations across all languages. Technical terms are preserved correctly, table formatting is intact, and all changes match the English source. The automated workflow properly synchronized additions (new select parameter) and removals (deprecated dollar fields) across all 5 language variants.
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/es/tools/supabase.mdx Added select parameter documentation in Spanish with accurate translation and proper formatting
apps/docs/content/docs/de/tools/supabase.mdx Added select parameter documentation in German with accurate translation and consistent punctuation
apps/docs/content/docs/fr/tools/supabase.mdx Added select parameter documentation in French with proper translation and formatting
apps/docs/content/docs/ja/tools/supabase.mdx Added select parameter documentation in Japanese with accurate translation
apps/docs/content/docs/zh/tools/supabase.mdx Added select parameter documentation in Chinese with accurate translation and punctuation adjustments
apps/docs/i18n.lock Updated checksums to reflect new translation content versions

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant CI as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Docs as Documentation

    Dev->>Repo: Merge PR #2689 (Supabase feature)
    Note over Repo: Commit 46b04a96
    Repo->>CI: Trigger translation workflow
    CI->>Docs: Detect English docs changes
    Note over Docs: en/tools/supabase.mdx<br/>en/tools/kalshi.mdx
    Docs->>Lingo: Send modified English content
    Lingo->>Lingo: Translate to 5 languages<br/>(es, fr, de, ja, zh)
    Lingo->>CI: Return translations
    CI->>Repo: Create PR #2690
    Note over Repo: Update all language files<br/>Update i18n.lock checksums
    Repo->>Dev: Ready for review
Loading

@waleedlatif1 waleedlatif1 merged commit f9aef6a into staging Jan 6, 2026
11 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20760950145 branch January 6, 2026 20:42
waleedlatif1 added a commit that referenced this pull request Jan 8, 2026
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