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(webflow): added collection, item, & site selectors for webflow (#2368)

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

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

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

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 14, 2025

Greptile Overview

Greptile Summary

Automated translation updates adding the new siteId parameter to Webflow API documentation across all supported languages (German, Spanish, French, Japanese, Chinese). The translations accurately reflect the English source changes from PR #2368, which added site and collection selectors to the Webflow integration. All parameter tables now consistently include siteId as a required field, with appropriate translations of "ID of the Webflow site" in each language.

  • Added siteId parameter to all five API methods (webflow_list_items, webflow_get_item, webflow_create_item, webflow_update_item, webflow_delete_item)
  • Minor formatting improvements (fixed escaped parentheses in German, improved wording consistency across languages)
  • Updated i18n.lock checksums to track content changes
  • Translations maintain technical accuracy and proper terminology

Confidence Score: 5/5

  • This PR is safe to merge with no issues
  • Automated translation PR with consistent, accurate changes across all language files. Changes are purely additive (adding required siteId parameter) with no breaking changes or logical issues. Translations properly reflect technical terminology and maintain structural consistency with the English source.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/tools/webflow.mdx 5/5 Added siteId parameter to all API methods and fixed parenthesis escaping in table descriptions
apps/docs/content/docs/es/tools/webflow.mdx 5/5 Added siteId parameter to all API methods, translations accurate and consistent
apps/docs/content/docs/fr/tools/webflow.mdx 5/5 Added siteId parameter to all API methods, minor wording improvements to translations
apps/docs/content/docs/ja/tools/webflow.mdx 5/5 Added siteId parameter to all API methods, Japanese translations properly reflect technical terminology
apps/docs/content/docs/zh/tools/webflow.mdx 5/5 Added siteId parameter to all API methods, minor phrasing improvements to Chinese translations
apps/docs/i18n.lock 5/5 Updated content checksums to track translation changes for automated sync

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Note over GH,Repo: Triggered by PR #2368 merge
    
    GH->>Lingo: Detect English doc changes
    Note over Lingo: Analyze webflow.mdx changes<br/>(added siteId parameter)
    
    Lingo->>Lingo: Translate to German (de)
    Lingo->>Lingo: Translate to Spanish (es)
    Lingo->>Lingo: Translate to French (fr)
    Lingo->>Lingo: Translate to Japanese (ja)
    Lingo->>Lingo: Translate to Chinese (zh)
    
    Lingo->>Repo: Update translated .mdx files
    Lingo->>Repo: Update i18n.lock checksums
    
    Lingo->>GH: Create PR #2370
    Note over GH: Automated translation PR<br/>ready for review
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 7443e28 into staging Dec 14, 2025
10 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20201858373 branch December 14, 2025 03:26
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