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(tools): added webflow OAuth + tools (#1720)

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 23, 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 23, 2025 8:15pm

@waleedlatif1 waleedlatif1 merged commit e94de1d into staging Oct 23, 2025
3 of 4 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-18760608311 branch October 23, 2025 20:15
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

Automated translations for new Webflow tool documentation across 5 languages (German, Spanish, French, Japanese, Chinese).

  • New Webflow integration documentation translated from English source
  • All translations maintain proper MDX syntax and component imports
  • Code blocks, parameter names, and technical identifiers correctly preserved as untranslated
  • Table formatting and markdown structure consistent across all languages
  • Translation lockfile (i18n.lock) updated with content checksums for tracking
  • SVG icons and React component syntax left unchanged
  • Technical terminology appropriately translated while maintaining clarity

Confidence Score: 5/5

  • This PR is safe to merge with no risk - automated translation of documentation only
  • This is an automated documentation translation PR with no code changes. All translations properly preserve MDX syntax, code elements, and technical structure. The i18n.lock file correctly tracks the translations with checksums. No functional code is modified.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/webflow.mdx 5/5 German translation of Webflow documentation - proper technical terminology, consistent formatting and structure preserved
apps/docs/content/docs/es/tools/webflow.mdx 5/5 Spanish translation of Webflow documentation - accurate translations, code blocks and table formatting maintained correctly
apps/docs/content/docs/fr/tools/webflow.mdx 5/5 French translation of Webflow documentation - appropriate technical terms, preserved MDX syntax and component imports
apps/docs/content/docs/ja/tools/webflow.mdx 5/5 Japanese translation of Webflow documentation - natural Japanese technical writing, all code elements left untranslated as expected
apps/docs/content/docs/zh/tools/webflow.mdx 5/5 Chinese translation of Webflow documentation - clear translations with proper technical terminology, consistent structure
apps/docs/i18n.lock 5/5 Translation tracking lockfile updated with checksums for new Webflow documentation content

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1720
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Dev->>PR: Merge Webflow OAuth feature
    PR->>GH: Trigger translation workflow
    GH->>Lingo: Send English docs for translation
    Note over Lingo: Translate to 5 languages:<br/>DE, ES, FR, JA, ZH
    Lingo->>GH: Return translated content
    GH->>Repo: Create webflow.mdx files
    Note over Repo: 5 new translation files<br/>+ updated i18n.lock
    GH->>Repo: Create PR #1721 with translations
    Note over Repo: Automated PR with<br/>translation updates
Loading

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

waleedlatif1 added a commit that referenced this pull request Oct 23, 2025
* fix(debug-mode): remove duplicate debug mode flag (#1714)

* feat(i18n): update translations (#1709)

* improvement(condition): added variable and envvar highlighting for condition input (#1718)

* fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data (#1719)

* fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data

* apps/sim

* renaming

* remove relative import

* feat(tools): added webflow OAuth + tools (#1720)

* feat(tools): added webflow OAuth + tools

* remove itemId from delete item

* remove siteId

* added webhook triggers + oauth scopes + site/collection selector

* update sample payload for webflow triggers

* cleanup

* fix discord color

* feat(i18n): update translations (#1721)

* improvement(schedule): fix UI bug with schedule modal (#1722)
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