Skip to content

feat(i18n): update translations - #1721

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-18760608311
Oct 23, 2025
Merged

feat(i18n): update translations#1721
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-18760608311

Conversation

@waleedlatif1

Copy link
Copy Markdown
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

vercelBot commented Oct 23, 2025

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentOct 23, 2025 8:15pm

@waleedlatif1
waleedlatif1 merged commit e94de1d into stagingOct 23, 2025
3 of 4 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-18760608311 branch October 23, 2025 20:15

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

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

FilenameScoreOverview
apps/docs/content/docs/de/tools/webflow.mdx5/5German translation of Webflow documentation - proper technical terminology, consistent formatting and structure preserved
apps/docs/content/docs/es/tools/webflow.mdx5/5Spanish translation of Webflow documentation - accurate translations, code blocks and table formatting maintained correctly
apps/docs/content/docs/fr/tools/webflow.mdx5/5French translation of Webflow documentation - appropriate technical terms, preserved MDX syntax and component imports
apps/docs/content/docs/ja/tools/webflow.mdx5/5Japanese translation of Webflow documentation - natural Japanese technical writing, all code elements left untranslated as expected
apps/docs/content/docs/zh/tools/webflow.mdx5/5Chinese translation of Webflow documentation - clear translations with proper technical terminology, consistent structure
apps/docs/i18n.lock5/5Translation 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 freeto 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.

1 participant

@waleedlatif1