Features
Notifications
Stay informed about translation runs, syncs, and project activity with system-wide notifications.
Babelize provides real-time system-wide notifications to keep you and your team informed about important events — translation completions, repository syncs, engine execution status, and more.
How It Works
Notifications appear in the Notifications Panel, accessible from the top-right bell icon in the dashboard, or via the keyboard shortcut Shift + N.
- Notifications are delivered in real-time via WebSocket
- Unread notifications are shown with a badge count on the bell icon
- Mark individual notifications as read or clear all at once
Notification Types
| Type | Trigger | Example |
|---|---|---|
| Translation Sync | A translation run completes for your project | "Translation completed for MyApp (es, fr, de)" |
| Repository Update | A connected GitHub repo is synced | "Repository my-org/my-app has been updated" |
| Engine Execution | Engine pipeline status changes | "Translation pipeline started for babel #42" |
| Team Activity | Team members join, leave, or change roles | "Alice was added as Editor to MyApp" |
| Billing Events | Subscription changes or credit warnings | "Your plan has been upgraded to Growth" |
Managing Notifications
In the Dashboard
- Click the bell icon (top-right) or press Shift + N
- Click a notification to view details
- Click the checkmark to mark it as read
- Use Mark all as read to clear the badge
Plan Availability
Notifications are available on all plans, including Free.
CLI Commands
You can also manage notifications from the CLI:
babelize notifications list # All notifications
babelize notifications read <id> # Mark as read
babelize notifications read-all # Mark all as read
babelize notifications delete <id>
babelize notifications clear # Delete allSee CLI Advanced for details.
Last updated: 2026-06-19
How is this guide?