Skip to content

feat(i18n): update translations - #2163

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19877940821
Dec 3, 2025
Merged

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

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: fix(icons): fix mailgun, restore tts and smtp blocks (#2162)

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 Dec 3, 2025

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentDec 3, 2025 0:35am

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

Automated translation sync updating the Mailgun documentation's BlockInfoCard color from #F06248 to #E0E0E0 across all localized versions (German, Spanish, French, Japanese, Chinese).

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a simple automated sync of a color property change.
  • This is a straightforward automated translation sync that only changes a single color value in documentation files. The change is consistent across all language versions and matches the English source. No logic, no code execution, just static documentation.
  • No files require special attention.

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/content/docs/de/tools/mailgun.mdx5/5Updated BlockInfoCard color from #F06248 to #E0E0E0 to match English source file.
apps/docs/content/docs/es/tools/mailgun.mdx5/5Updated BlockInfoCard color from #F06248 to #E0E0E0 to match English source file.
apps/docs/content/docs/fr/tools/mailgun.mdx5/5Updated BlockInfoCard color from #F06248 to #E0E0E0 to match English source file.
apps/docs/content/docs/ja/tools/mailgun.mdx5/5Updated BlockInfoCard color from #F06248 to #E0E0E0 to match English source file.
apps/docs/content/docs/zh/tools/mailgun.mdx5/5Updated BlockInfoCard color from #F06248 to #E0E0E0 to match English source file.
apps/docs/i18n.lock5/5Updated checksum for Mailgun documentation to reflect the color change.

Sequence Diagram

sequenceDiagram
participant PR2162 as PR #2162 (fix icons)
participant EN as English mailgun.mdx
participant I18N as i18n Workflow
participant TRANS as Translated Files
PR2162->>EN: Update color #F06248 → #E0E0E0
EN->>I18N: Trigger translation sync
I18N->>TRANS: Propagate color change
Note over TRANS: de/tools/mailgun.mdx
Note over TRANS: es/tools/mailgun.mdx
Note over TRANS: fr/tools/mailgun.mdx
Note over TRANS: ja/tools/mailgun.mdx
Note over TRANS: zh/tools/mailgun.mdx
I18N->>I18N: Update i18n.lock checksum
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 84c2335 into stagingDec 3, 2025
9 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-19877940821 branch December 3, 2025 00:37
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