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(linear): fix remaining ops (#2087)
Commit: 022b4f6
Workflow: https://github.com/simstudioai/sim/actions/runs/19558507584

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 Nov 21, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Nov 21, 2025 3:19am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 21, 2025

Greptile Overview

Greptile Summary

Automated translation updates for Linear documentation across 5 languages (German, Spanish, French, Japanese, Chinese) triggered by PR #2087. The translations add new input and output parameters for Linear tools including linear_read_issues, linear_create_issue, and linear_update_issue.

Key changes:

  • Added filtering parameters to linear_read_issues (assigneeId, stateId, priority, labelIds, date filters, pagination, ordering)
  • Made several parameters optional that were previously required (teamId, projectId in read operations)
  • Added additional input parameters to linear_create_issue and linear_update_issue (stateId, assigneeId, priority, estimate, labelIds, cycleId, parentId, dueDate, subscriberIds, projectMilestoneId)
  • Updated output descriptions to be more concise
  • Modified linear_update_comment to make body parameter optional

The translations maintain:

  • Technical terminology consistency (API parameter names remain in English)
  • Proper markdown table formatting
  • Code block formatting with backticks
  • ISO 8601 date format references
  • Priority value mappings (0-4)

Confidence Score: 5/5

  • This PR is safe to merge - automated translations with no code changes
  • Score reflects that this is an automated translation PR with no functional code changes, proper technical terminology preservation, and consistent formatting across all language versions
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/linear.mdx 5/5 Updated German translation with additional tool parameters - translation accurately maintains technical terminology
apps/docs/content/docs/es/tools/linear.mdx 5/5 Updated Spanish translation with additional tool parameters - translation properly conveys technical concepts
apps/docs/content/docs/fr/tools/linear.mdx 5/5 Updated French translation with additional tool parameters - translation accurately reflects technical details
apps/docs/content/docs/ja/tools/linear.mdx 5/5 Updated Japanese translation with additional tool parameters - translation maintains clarity and technical precision
apps/docs/content/docs/zh/tools/linear.mdx 5/5 Updated Chinese translation with additional tool parameters - translation appropriately conveys technical information
apps/docs/i18n.lock 5/5 Updated translation lock file with new checksums for the modified Linear documentation pages

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #2087
    participant Workflow as Translation Workflow
    participant Lingo as Lingo.dev AI
    participant Docs as Documentation Files

    Dev->>PR: Merge Linear tool updates
    PR->>Workflow: Trigger on content change
    Workflow->>Lingo: Request translations
    Lingo->>Lingo: Translate to 5 languages
    Lingo->>Docs: Update de/es/fr/ja/zh files
    Lingo->>Docs: Update i18n.lock checksums
    Docs->>PR: Create PR #2088
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

@elviromercic23-cmyk
Copy link

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19558507584 branch November 22, 2025 03:52
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