Skip to content

feat(i18n): update translations#1756

Merged
waleedlatif1 merged 1 commit intostagingfrom
auto-translate/staging-merge-18886798802
Oct 28, 2025
Merged

feat(i18n): update translations#1756
waleedlatif1 merged 1 commit intostagingfrom
auto-translate/staging-merge-18886798802

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(create-excel): onedrive create excel (#1745)

  • added onedrive upload excel

  • added

  • updated docs

  • lint

  • cleaned

  • use lib


Co-authored-by: Adam Gough adamgough@Adams-MacBook-Pro.local
Commit: 368576b
Workflow: https://github.com/simstudioai/sim/actions/runs/18886798802

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 Oct 28, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 28, 2025 7:41pm

@waleedlatif1 waleedlatif1 merged commit aef1f18 into staging Oct 28, 2025
9 checks passed
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.

Greptile Overview

Greptile Summary

This automated PR updates documentation translations across 5 languages (Spanish, French, German, Japanese, Chinese) following the merge of PR #1745 which added OneDrive Excel creation functionality and new workflow blocks (Variables, Wait, and While/Do-While loop types).

Translation scope:

  • New content: Variables block and Wait block documentation (2 new files × 5 languages = 10 files)
  • Updated content: Loop block documentation adding While/Do-While loop types (5 files)
  • Updated content: OneDrive tool documentation adding Excel creation with mimeType parameter (5 files)
  • Updated indexes: Block index pages updated across all languages (5 files)
  • Lock file: Translation checksums updated (1 file)

Translation quality:

  • Code syntax preserved: All <variable.name>, <api.field> references intact
  • JSX/MDX structure maintained: Import statements, components, and HTML preserved
  • Technical terms appropriately handled: Variable names, API parameters, and code examples untranslated
  • Formatting consistent: Markdown structure, tables, and code blocks properly maintained
  • Natural language flow: Translations read naturally in each target language

The translations were generated by Lingo.dev AI engine and maintain high consistency with existing documentation patterns across all supported languages.

Confidence Score: 5/5

  • This PR is safe to merge - automated translations with preserved structure and syntax
  • All translations properly preserve code syntax, JSX/MDX structure, and technical terminology. The automated translation process maintains consistency across all 5 languages. No logical, syntax, or structural issues detected in the translated content.
  • No files require special attention - all translations follow established patterns and preserve technical accuracy

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/es/blocks/variables.mdx 5/5 New Spanish translation for Variables block documentation - accurate translation with preserved code syntax and structure
apps/docs/content/docs/es/blocks/loop.mdx 5/5 Updated Spanish loop documentation to include While and Do-While loop types with correct translations
apps/docs/content/docs/de/blocks/variables.mdx 5/5 New German translation for Variables block documentation - high-quality translation with preserved technical terms
apps/docs/content/docs/de/blocks/loop.mdx 5/5 Updated German loop documentation adding While and Do-While loop types with proper terminology
apps/docs/content/docs/fr/blocks/variables.mdx 5/5 New French translation for Variables block documentation - natural and technically accurate
apps/docs/content/docs/ja/blocks/variables.mdx 5/5 New Japanese translation for Variables block - natural Japanese with preserved code syntax
apps/docs/content/docs/zh/blocks/variables.mdx 5/5 New Chinese translation for Variables block - accurate Simplified Chinese with preserved syntax
apps/docs/content/docs/zh/tools/onedrive.mdx 5/5 Updated Chinese OneDrive documentation with Excel creation and new parameters
apps/docs/i18n.lock 5/5 Updated translation lock file with checksums for new and updated content across all languages

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Trigger as PR #1745 Merged
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Docs as Documentation Files
    participant PR as PR #1756
    
    Dev->>Trigger: Merge OneDrive Excel feature
    Trigger->>GH: Trigger translation workflow
    GH->>Docs: Detect English doc changes
    Note over Docs: - blocks/variables.mdx (new)<br/>- blocks/wait.mdx (new)<br/>- blocks/loop.mdx (updated)<br/>- tools/onedrive.mdx (updated)<br/>- blocks/index.mdx (updated)
    
    GH->>Lingo: Send English content for translation
    
    Lingo->>Lingo: Translate to Spanish (es)
    Lingo->>Lingo: Translate to French (fr)
    Lingo->>Lingo: Translate to German (de)
    Lingo->>Lingo: Translate to Japanese (ja)
    Lingo->>Lingo: Translate to Chinese (zh)
    
    Lingo->>Docs: Write translated files (26 files)
    Note over Docs: Preserve:<br/>- Code syntax<br/>- JSX/MDX structure<br/>- Technical terms<br/>- Formatting
    
    Docs->>Docs: Update i18n.lock checksums
    
    GH->>PR: Create automated PR #1756
    PR->>Dev: Ready for review
Loading

25 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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.

2 participants