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(byok): byok for hosted model capabilities (#2574)

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

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 25, 2025 2:33am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 25, 2025

Greptile Summary

This PR adds automated translations for the new BYOK (Bring Your Own Key) feature documentation across all supported languages (German, Spanish, French, Japanese, and Chinese). The translations were automatically generated by Lingo.dev AI translation engine following the addition of BYOK functionality in PR #2574.

Key changes:

  • Added new "Bring Your Own Key (BYOK)" section to all language versions of costs.mdx
  • Updated translation consistency across all files (minor terminology refinements)
  • Updated i18n.lock checksums to reflect the new content

Translation quality:

  • Technical terms like "BYOK", "API keys", and "Settings" are appropriately preserved
  • Code blocks, URLs, and markdown formatting remain intact
  • All links reference the correct paths
  • Currency symbols and numerical values are correctly maintained

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Automated translation updates for documentation only, no code changes, all technical terms and formatting preserved correctly, consistent with established translation workflow
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/de/execution/costs.mdx Added BYOK section and improved translation consistency for German documentation
apps/docs/content/docs/es/execution/costs.mdx Added BYOK section and refined Spanish translation for better clarity
apps/docs/content/docs/fr/execution/costs.mdx Added BYOK section and improved French translation consistency
apps/docs/content/docs/ja/execution/costs.mdx Added BYOK section and enhanced Japanese translation accuracy
apps/docs/content/docs/zh/execution/costs.mdx Added BYOK section and improved Chinese translation clarity
apps/docs/i18n.lock Updated translation checksums to reflect new content changes

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 #2574 (BYOK feature)
    Repo->>GH: Trigger translation workflow
    GH->>Lingo: Send updated English docs
    Note over Lingo: Translate costs.mdx<br/>to 5 languages
    Lingo->>Lingo: Translate BYOK section
    Lingo->>Lingo: Update existing translations
    Lingo->>GH: Return translated files
    GH->>Repo: Update de/costs.mdx
    GH->>Repo: Update es/costs.mdx
    GH->>Repo: Update fr/costs.mdx
    GH->>Repo: Update ja/costs.mdx
    GH->>Repo: Update zh/costs.mdx
    GH->>Repo: Update i18n.lock checksums
    GH->>Repo: Create PR #2578
Loading

@waleedlatif1 waleedlatif1 merged commit 9737253 into staging Dec 25, 2025
11 checks passed
waleedlatif1 added a commit that referenced this pull request Dec 25, 2025
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20497464257 branch December 25, 2025 20:11
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