-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #2702
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAutomated translation PR adding webhook block documentation in 5 languages (German, Spanish, French, Japanese, Chinese) plus minor alt text consistency updates in Spanish and French trigger documentation.
Confidence Score: 4/5
Important Files Changed
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 #2700 (docs changes)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send English source files
Note over Lingo: Translate to 5 languages:<br/>ES, FR, DE, JA, ZH
Lingo->>Lingo: Process webhook.mdx content
Lingo->>Lingo: Generate translations
Lingo->>GH: Return translated files
GH->>Repo: Create PR #2702 with translations
GH->>Repo: Update i18n.lock checksums
Note over Repo: 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.
7 files reviewed, 2 comments
|
|
||
| ### Signierungsgeheimnis | ||
|
|
||
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature`Header hinzugefügt: |
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: missing space between backtick and "Header"
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature`Header hinzugefügt: | |
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature` Header hinzugefügt: |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/blocks/webhook.mdx
Line: 42:42
Comment:
**syntax:** missing space between backtick and "Header"
```suggestion
Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature` Header hinzugefügt:
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.| X-Webhook-Signature: t=1704067200000,v1=5d41402abc4b2a76b9719d911017c592... | ||
| ``` | ||
|
|
||
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1`Wert. |
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: missing space between backtick and "Wert"
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1`Wert. | |
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1` Wert. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/blocks/webhook.mdx
Line: 48:48
Comment:
**syntax:** missing space between backtick and "Wert"
```suggestion
Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1` Wert.
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.Co-authored-by: waleedlatif1 <waleedlatif1@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(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks (#2700)
improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks
remove outdated block docs
updated docs
remove outdated tests
Commit: 5145ce1
Workflow: https://github.com/simstudioai/sim/actions/runs/20769875023
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos