-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1899
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
feat(i18n): update translations #1899
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryAutomated translation updates for loop block documentation across 5 languages (German, Spanish, French, Japanese, Chinese). Changes refine descriptions and update code examples to use consistent variable syntax ( Key changes:
Issue found:
Confidence Score: 3/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #1887 (English docs changes)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send updated English content
Note over Lingo: Translate to 5 languages<br/>(DE, ES, FR, JA, ZH)
Lingo->>GH: Return translated content
GH->>Repo: Update translation files
GH->>Repo: Update i18n.lock checksums
GH->>Repo: Create PR #1899
Note over Repo: Automated translation PR<br/>ready for review
|
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.
Additional Comments (1)
-
apps/docs/content/docs/ja/blocks/loop.mdx, line 110-128 (link)syntax: duplicate explanation and code example
The description and code example appear twice (lines 110-119 and 121-128). The second occurrence (lines 121-128) uses outdated "Do-While Loop" format instead of the updated format with variable references.
Example: Do-while {"<variable.i>"} < 10 - Execute blocks - Inside loop: Increment {"<variable.i>"} - Inside loop: Variables assigns i = {"<variable.i>"} + 1 - Check condition → Continue if true - Check condition → Exit if false ```
5 files reviewed, 1 comment
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(i18n): update translations (#1896)
feat(i18n): update translations
fix build error
Commit: 16bd54c
Workflow: https://github.com/simstudioai/sim/actions/runs/19278258521
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos