Commit 5e903e6
committed
fix(plugin-webhooks): regenerate i18n bundles for the new bulk triggers
Adding `bulk_update` / `bulk_delete` to the `sys_webhook.triggers` select adds
two option labels to the generated translation bundles, which `check:i18n`
caught as drift in all four locales.
Regenerated with `node scripts/check-i18n-bundles.mjs --write` (merge mode, so
no existing translation was overwritten), then translated the two new labels —
merge mode fills new keys with the raw source text, which would otherwise ship
`bulk_update` verbatim as a zh/ja/es UI label and count against
`check:i18n-coverage`. English keeps the machine names, matching how
create/update/delete already read there.
Also corrects the `triggers` help text in all four locales: it still described
a "comma-separated event list", which the field stopped being when it became a
multi-select, and it named only the three per-record events.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LYnZrTwXbrctB8E8HpJAPT1 parent 3b6b5e7 commit 5e903e6
4 files changed
Lines changed: 16 additions & 8 deletions
File tree
- packages/plugins/plugin-webhooks/src/translations
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments