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: fix(env-vars): refactor for workspace/personal env vars to work with server side execution correctly (#2197)

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

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Dec 5, 2025 6:37am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 5, 2025

Greptile Overview

Greptile Summary

Automated translation updates for the environment variables documentation, updating the "How Variables are Resolved" section across 5 supported languages (German, Spanish, French, Japanese, Chinese).

  • Updated section heading from "Variable Precedence" to "How Variables are Resolved" in all translations
  • Simplified the explanation: workspace variables always take precedence over personal variables
  • Added clarification on which personal variables are used for manual vs automated runs
  • Changed callout type from warning to info with updated guidance recommending personal variables for testing and workspace variables for production
  • Lock file checksums updated to track the content changes

Confidence Score: 5/5

  • This PR is safe to merge - documentation-only translation updates with no code changes
  • Score reflects straightforward automated translation updates that accurately mirror the English source documentation. All translations maintain proper formatting, preserve code blocks and technical terms, and correctly convey the updated variable resolution semantics.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/variables/environment-variables.mdx 5/5 German translation updated for "How Variables are Resolved" section - accurate translation of the refactored env var resolution logic
apps/docs/content/docs/es/variables/environment-variables.mdx 5/5 Spanish translation updated for "How Variables are Resolved" section - accurate translation matching English source
apps/docs/content/docs/fr/variables/environment-variables.mdx 5/5 French translation updated for "How Variables are Resolved" section - accurate translation with proper terminology
apps/docs/content/docs/ja/variables/environment-variables.mdx 5/5 Japanese translation updated for "How Variables are Resolved" section - natural Japanese phrasing maintained
apps/docs/content/docs/zh/variables/environment-variables.mdx 5/5 Chinese translation updated for "How Variables are Resolved" section - simplified Chinese accurately reflects the source
apps/docs/i18n.lock 5/5 Lock file updated with new checksums for translated content sections (20-23)

Sequence Diagram

sequenceDiagram
    participant EN as English Source
    participant AI as Lingo.dev AI
    participant DE as German
    participant ES as Spanish
    participant FR as French
    participant JA as Japanese
    participant ZH as Chinese
    participant LOCK as i18n.lock

    EN->>AI: Updated "How Variables are Resolved" section
    AI->>DE: Translate to German
    AI->>ES: Translate to Spanish
    AI->>FR: Translate to French
    AI->>JA: Translate to Japanese
    AI->>ZH: Translate to Chinese
    DE->>LOCK: Update checksum
    ES->>LOCK: Update checksum
    FR->>LOCK: Update checksum
    JA->>LOCK: Update checksum
    ZH->>LOCK: Update checksum
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 002713e into staging Dec 5, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19953333172 branch December 7, 2025 02:16
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