Skip to content

feat(i18n): update translations - #1831

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19146979551
Nov 6, 2025
Merged

feat(i18n): update translations#1831
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19146979551

Conversation

@waleedlatif1

Copy link
Copy Markdown
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

vercelBot commented Nov 6, 2025

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentNov 6, 2025 7:47pm

@greptile-apps

Copy link
Copy Markdown
Contributor

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

FilenameScoreOverview
apps/docs/content/docs/de/tools/github.mdx5/5Added German translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/es/tools/github.mdx5/5Added Spanish translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/fr/tools/github.mdx5/5Added French translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/ja/tools/github.mdx5/5Added Japanese translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/content/docs/zh/tools/github.mdx5/5Added Chinese translations for 48 new GitHub tools and 12 triggers with proper formatting and technical terminology
apps/docs/i18n.lock5/5Updated 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

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

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 stagingNov 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
@waleedlatif1waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
Sign up for freeto 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.

1 participant

@waleedlatif1