Skip to content

feat(i18n): update translations - #2153

Merged
waleedlatif1 merged 2 commits into
stagingfrom
auto-translate/staging-merge-19838499377
Dec 1, 2025
Merged

feat(i18n): update translations#2153
waleedlatif1 merged 2 commits into
stagingfrom
auto-translate/staging-merge-19838499377

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 rds, dynamodb, background color gradient (#2150)

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

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentDec 1, 2025 10:20pm

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

Automated translation updates for new AWS tool documentation (DynamoDB and RDS) and updated S3 BlockInfoCard colors across all supported languages.

  • Added DynamoDB documentation translations for German, Spanish, French, Japanese, and Chinese
  • Added RDS (Aurora Serverless) documentation translations for all 5 supported languages
  • Updated S3 documentation BlockInfoCard color from gray (#E0E0E0) to a green gradient (linear-gradient(45deg, #1B660F 0%, #6CAE3E 100%)) to match the English source
  • Updated i18n.lock file with hashes for the new translation files

The translations accurately convey the original English content and maintain the correct MDX structure, imports, and code blocks. Minor inconsistencies exist in French and German translations where data type names (e.g., string vs chaîne) switch between translated and English terms mid-file, but this is a cosmetic issue that doesn't affect functionality.

Confidence Score: 5/5

  • This PR is safe to merge - it contains only documentation translations with no code changes.
  • The changes are purely documentation additions and updates. All MDX structure, imports, and code blocks are preserved correctly. The translations accurately convey the original English content. Minor inconsistencies in translation terminology are cosmetic only.
  • No files require special attention - all changes are straightforward translation updates.

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/content/docs/de/tools/dynamodb.mdx5/5New German translation for DynamoDB documentation. Translation is accurate and consistent.
apps/docs/content/docs/de/tools/rds.mdx4/5New German translation for RDS documentation. Minor inconsistency: section headers switch between German ("Eingabe/Ausgabe") and English ("Input/Output").
apps/docs/content/docs/de/tools/s3.mdx5/5Updated BlockInfoCard color from gray (#E0E0E0) to green gradient to match English source.
apps/docs/content/docs/es/tools/dynamodb.mdx5/5New Spanish translation for DynamoDB documentation. Translation is accurate and complete.
apps/docs/content/docs/es/tools/rds.mdx5/5New Spanish translation for RDS documentation. Translation is accurate and complete.
apps/docs/content/docs/es/tools/s3.mdx5/5Updated BlockInfoCard color from gray (#E0E0E0) to green gradient to match English source.
apps/docs/content/docs/fr/tools/dynamodb.mdx4/5New French translation for DynamoDB documentation. Minor inconsistency: type names switch between French (chaîne, tableau) and English (string, array) mid-file.
apps/docs/content/docs/fr/tools/rds.mdx4/5New French translation for RDS documentation. Minor inconsistency: type names switch between French and English in different sections.
apps/docs/content/docs/fr/tools/s3.mdx5/5Updated BlockInfoCard color from gray (#E0E0E0) to green gradient to match English source.
apps/docs/content/docs/ja/tools/dynamodb.mdx5/5New Japanese translation for DynamoDB documentation. Translation is accurate and complete.
apps/docs/content/docs/ja/tools/rds.mdx5/5New Japanese translation for RDS documentation. Translation is accurate and complete.
apps/docs/content/docs/ja/tools/s3.mdx5/5Updated BlockInfoCard color from gray (#E0E0E0) to green gradient to match English source.
apps/docs/content/docs/zh/tools/dynamodb.mdx5/5New Chinese translation for DynamoDB documentation. Translation is accurate and complete.
apps/docs/content/docs/zh/tools/rds.mdx5/5New Chinese translation for RDS documentation. Translation is accurate and complete.
apps/docs/content/docs/zh/tools/s3.mdx5/5Updated BlockInfoCard color from gray (#E0E0E0) to green gradient to match English source.
apps/docs/i18n.lock5/5Lock file updated with hashes for new translation files.

Sequence Diagram

sequenceDiagram
participant EN as English Source
participant AI as Lingo.dev AI
participant DE as German (de)
participant ES as Spanish (es)
participant FR as French (fr)
participant JA as Japanese (ja)
participant ZH as Chinese (zh)
participant Lock as i18n.lock
EN->>AI: Original DynamoDB & RDS docs
EN->>AI: Updated S3 color
AI->>DE: Generate German translations
AI->>ES: Generate Spanish translations
AI->>FR: Generate French translations
AI->>JA: Generate Japanese translations
AI->>ZH: Generate Chinese translations
DE->>Lock: Update hash
ES->>Lock: Update hash
FR->>Lock: Update hash
JA->>Lock: Update hash
ZH->>Lock: Update hash
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.

15 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1
waleedlatif1 merged commit 304b5d9 into stagingDec 1, 2025
9 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-19838499377 branch December 1, 2025 23:15
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