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 48 new github tools, 12 triggers (#1821)

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 6, 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 6, 2025 7:47pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 6, 2025

Greptile Overview

Updated On: 2025-11-06 19:47:03 UTC

Greptile Summary

This PR adds automated AI translations for 48 new GitHub tools and 12 triggers across 5 languages (German, Spanish, French, Japanese, Chinese).

Key Changes:

  • Added comprehensive documentation for new GitHub API operations including PR management, issue handling, file operations, branch management, release management, and workflow controls
  • All translations maintain consistent technical terminology, parameter tables, and markdown formatting
  • Translation checksums updated in i18n.lock to track content changes
  • No code changes, purely documentation updates

Translation Coverage:
The new tools include operations for:

  • Comments (issue/PR comments, listing, updating, deleting)
  • Pull Requests (create, update, merge, close, list, get files, request reviewers)
  • Files (get content, create, update, delete, get tree)
  • Branches (list, get, create, delete, protection management)
  • Issues (create, update, list, get, close, labels, assignees)
  • Releases (create, update, delete, list, get, assets)
  • Workflows (list, get, dispatch, runs, artifacts)
  • Webhooks and deployment management

Confidence Score: 5/5

  • This PR is safe to merge with no risk - automated translations with no code changes
  • Score reflects that this is a documentation-only PR with automated translations. No functional code was modified, only markdown documentation files were updated. The translations maintain proper structure, formatting, and technical accuracy. The i18n.lock file properly tracks checksums for content verification.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/github.mdx 5/5 Added German translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/es/tools/github.mdx 5/5 Added Spanish translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/fr/tools/github.mdx 5/5 Added French translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/ja/tools/github.mdx 5/5 Added Japanese translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/zh/tools/github.mdx 5/5 Added Chinese translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/i18n.lock 5/5 Updated translation checksums to track the new GitHub tool documentation content across all language versions

Sequence Diagram

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

    Dev->>Repo: Push commit #8c9ed34d9
    Note over Dev,Repo: feat(tools): added 48 new<br/>github tools, 12 triggers
    
    Repo->>GHA: Trigger translation workflow
    GHA->>Repo: Detect documentation changes
    
    GHA->>Lingo: Send English content for translation
    Note over Lingo: AI translates to 5 languages:<br/>de, es, fr, ja, zh
    
    Lingo->>GHA: Return translations
    
    GHA->>Repo: Update .mdx files (5 languages)
    GHA->>Repo: Update i18n.lock checksums
    
    GHA->>Repo: Create PR #1831
    Note over GHA,Repo: Automated translation PR<br/>with commit de17744cc
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.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit f9ce65e into staging Nov 6, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19146979551 branch November 6, 2025 20:23
waleedlatif1 added a commit that referenced this pull request Nov 7, 2025
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
@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.

2 participants