Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryAutomated translation updates reflecting changes from PR #2157 that introduced workspace-level notification configuration with multi-channel support (webhook, email, Slack) and comprehensive alerting rules.
All translations maintain consistent technical terminology, preserve code blocks and formatting, and accurately convey the new notification system architecture. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant EN as English Docs
participant Lingo as Lingo.dev AI
participant Trans as Translation Files
participant Lock as i18n.lock
Dev->>EN: Update docs (PR #2157)
Note over EN: Add notifications section<br/>with alert rules
EN->>Lingo: Trigger translation workflow
Lingo->>Lingo: Detect content changes
Lingo->>Trans: Generate DE translation
Lingo->>Trans: Generate ES translation
Lingo->>Trans: Generate FR translation
Lingo->>Trans: Generate JA translation
Lingo->>Trans: Generate ZH translation
Trans->>Lock: Update checksums
Lock->>Lock: Store content/34-80 hashes
Lingo->>Dev: Create automated PR #2204
Note over Dev: Review translations<br/>for accuracy
|
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
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(error-notifications): workspace-level configuration of slack, email, webhook notifications for workflow execution (#2157)
feat(notification): slack, email, webhook notifications from logs
retain search params for filters to link in notification
add alerting rules
update selector
fix lint
add limits on num of emails and notification triggers per workspace
address greptile comments
add search to combobox
move notifications to react query
fix lint
fix email formatting
add more alert types
fix imports
fix test route
use emcn componentfor modal
refactor: consolidate notification config fields into jsonb objects
regen migration
fix delete notif modal ui
make them multiselect dropdowns
update tag styling
combobox font size with multiselect tags'
Commit: 3b9f0f9
Workflow: https://github.com/simstudioai/sim/actions/runs/19950659706
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos