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(cursor): add cursor block and tools (#2245)

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

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Dec 8, 2025 6:09pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 8, 2025

Greptile Overview

Greptile Summary

Automated translations for Cursor and Salesforce tool documentation across five languages (German, Spanish, French, Japanese, and Chinese). All translations maintain consistent structure, formatting, and technical terminology from the English source files.

  • Added new cursor.mdx translations documenting the Cursor cloud agents API with complete tool descriptions
  • Added new salesforce.mdx translations for Salesforce CRM integration documentation
  • Updated i18n.lock with checksums for version tracking of all translated content
  • All translations preserve MDX structure, imports, code blocks, and table formatting
  • Technical terms like API parameters, tool names, and type definitions remain consistent

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is an automated translation PR with no code changes. All files are documentation translations that maintain proper structure and formatting. The i18n.lock file is correctly updated with checksums for version tracking. No logical, syntax, or security issues present.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/cursor.mdx 5/5 German translation of cursor documentation added with proper structure and formatting
apps/docs/content/docs/es/tools/cursor.mdx 5/5 Spanish translation of cursor documentation added with proper structure and formatting
apps/docs/content/docs/fr/tools/cursor.mdx 5/5 French translation of cursor documentation added with proper structure and formatting
apps/docs/content/docs/ja/tools/cursor.mdx 5/5 Japanese translation of cursor documentation added with proper structure and formatting
apps/docs/content/docs/zh/tools/cursor.mdx 5/5 Chinese translation of cursor documentation added with proper structure and formatting
apps/docs/i18n.lock 5/5 Updated checksums for new translation content to track document versions

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 #2245 (cursor feature)
    Repo->>GH: Trigger translation workflow
    GH->>Lingo: Request translations
    Note over Lingo: Translate cursor.mdx<br/>to de, es, fr, ja, zh
    Note over Lingo: Translate salesforce.mdx<br/>to de, es, fr, ja, zh
    Lingo->>GH: Return translations
    GH->>Repo: Update i18n.lock checksums
    GH->>Repo: Commit translated files
    GH->>Repo: Create PR #2246
    Repo->>Dev: Notify 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.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit 598c3bc into staging Dec 8, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20037520937 branch December 8, 2025 18:45
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