-
Notifications
You must be signed in to change notification settings - Fork 3k
feat(i18n): update translations #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
waleedlatif1
merged 1 commit into
staging
from
auto-translate/staging-merge-18760608311
Oct 23, 2025
Merged
feat(i18n): update translations #1721
waleedlatif1
merged 1 commit into
staging
from
auto-translate/staging-merge-18760608311
Oct 23, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this 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
5 files reviewed, no comments
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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)
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
Commit: a4e874b
Workflow: https://github.com/simstudioai/sim/actions/runs/18760608311
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos