-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(i18n): update translations #2106
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 #2106
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis PR updates translations across 5 languages (German, Spanish, French, Japanese, Chinese) following documentation content changes from #2105. The automated translation engine added new content sections including:
Key findings:
Confidence Score: 4/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub PR #2105
participant CI as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>GH: Merge PR #2105 (docs content)
GH->>CI: Trigger translation workflow
CI->>Lingo: Send English docs changes
Note over Lingo: Translate to 5 languages:<br/>DE, ES, FR, JA, ZH
Lingo->>Lingo: Process translations
Lingo-->>CI: Return translated content
CI->>Repo: Update .mdx files (25 files)
CI->>Repo: Update i18n.lock checksums
CI->>GH: Create PR #2106
Note over GH: 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.
25 files reviewed, 1 comment
| ``` | ||
|
|
||
| 在下游模块中使用 `<blockId.resumeInput.fieldName>` 访问恢复数据。 | ||
| 在下游模块中使用 `<blockId.resumeInput.fieldName>` 访问简历数据。 |
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.
syntax: translation error: "简历数据" (resume/CV data) should be "恢复数据" (resumption data)
| 在下游模块中使用 `<blockId.resumeInput.fieldName>` 访问简历数据。 | |
| 在下游模块中使用 `<blockId.resumeInput.fieldName>` 访问恢复数据。 |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/zh/blocks/human-in-the-loop.mdx
Line: 80:80
Comment:
**syntax:** translation error: "简历数据" (resume/CV data) should be "恢复数据" (resumption data)
```suggestion
在下游模块中使用 `<blockId.resumeInput.fieldName>` 访问恢复数据。
```
How can I resolve this? If you propose a fix, please make it concise.Co-authored-by: aadamgough <aadamgough@users.noreply.github.com>
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: improvement(docs): added docs content (#2105)
Commit: 72776f4
Workflow: https://github.com/simstudioai/sim/actions/runs/19604231233
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos