Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

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

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

This PR includes automated translations for modified English documentation content:

  • 🇪🇸 Spanish (es) translations
  • 🇫🇷 French (fr) translations
  • 🇨🇳 Chinese (zh) translations
  • 🇯🇵 Japanese (ja) translations
  • 🇩🇪 German (de) translations

What reviewers should focus on:

  • Verify translated content accuracy and context
  • Check that all links and references work correctly in translated versions
  • Ensure formatting, code blocks, and structure are preserved
  • Validate that technical terms are appropriately translated

Checklist

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel
Copy link

vercel bot commented Dec 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Dec 5, 2025 3:01am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 5, 2025

Greptile Overview

Greptile Summary

Automated translation updates reflecting changes from PR #2157 that introduced workspace-level notification configuration with multi-channel support (webhook, email, Slack) and comprehensive alerting rules.

  • Translated new "Notifications" section replacing "Webhook Subscriptions" across all 5 languages (DE, ES, FR, JA, ZH)
  • Added translations for 7 alert rule types: consecutive failures, failure rate, latency threshold, latency spike, cost threshold, no activity, and error count
  • Updated notification configuration documentation to reflect workspace-level setup from Logs page
  • Modified cross-references in logging.mdx files to point to new notifications anchor
  • Updated i18n.lock with new content checksums for modified documentation blocks

All translations maintain consistent technical terminology, preserve code blocks and formatting, and accurately convey the new notification system architecture.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - automated translation updates only
  • This is an automated translation PR with no code changes, only documentation updates. The translations accurately reflect the source English content for the new notification system, all technical terms are preserved correctly, code blocks maintain proper formatting, and the i18n.lock file is properly updated with new checksums.
  • No files require special attention - all translations follow established patterns

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/execution/api.mdx 5/5 German translation updated for new notifications system (webhook, email, Slack) and alert rules sections
apps/docs/content/docs/es/execution/api.mdx 5/5 Spanish translation updated for new notifications system and alert rules sections
apps/docs/content/docs/fr/execution/api.mdx 5/5 French translation updated for new notifications system and alert rules sections
apps/docs/content/docs/ja/execution/api.mdx 5/5 Japanese translation updated for new notifications system and alert rules sections
apps/docs/content/docs/zh/execution/api.mdx 5/5 Chinese translation updated for new notifications system and alert rules sections
apps/docs/i18n.lock 5/5 Lockfile updated with new checksums for translated content blocks reflecting documentation changes

Sequence Diagram

sequenceDiagram
    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
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit 414a54c into staging Dec 5, 2025
9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19950659706 branch December 5, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants