You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(i18n): list the bulkActions and datasets groups in the translations guide
The "What you can translate" table is this page's inventory of the bundle
surface, and it omitted two groups that shipped live in 17.3.0 (#14253):
`objects.<name>._views.<view>.bulkActions.<def>.*` and `datasets.<name>.*`.
The word `dataset` did not occur on the page at all. Both are declared in
`packages/spec/src/system/translation.zod.ts`, read by `translateView`
(via `translateBulkActionDefs` against `config.bulkActionDefs`) and by
`translateDataset`, and emitted by `os i18n extract` — so an author scanning
the inventory concluded two live surfaces were not translatable.
Adds one bulk-action row, two dataset rows, and the short callout the
`datasets` group needs (the page introduced no dataset concept anywhere).
Also names `dataset` in the resolved-metadata-types sentence, which listed
six of the seven entries in `METADATA_DOCUMENT_TRANSLATORS` — the same
omission, one paragraph down from the table.
The `_validations` row is untouched; it landed with #14402.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
| View titles, descriptions, empty states |`objects.<name>._views.<view>`|
69
+
| Bulk-action copy on a list view (button, confirm prompt, dialog fields) |`objects.<name>._views.<view>.bulkActions.<def>.label` / `.confirmText` / `.confirmLabel` / `.params.<param>.label` / `.help` / `.placeholder` — a bulk param's hint is `help`, not `helpText`|
0 commit comments