Commit 021a735
fix(platform-objects): the zh-CN dashboard
* fix(platform-objects): re-translate the zh-CN dashboard `gap` helpText its source moved out from under
`metadataForms.dashboard.fields.gap.helpText` read 「栅格间距(Tailwind 单位)」 — a
faithful translation of `Grid gap (Tailwind units)`, which the source no longer says.
`packages/spec/src/ui/dashboard.form.ts:25` now reads `Space between widgets, in steps
of 0.25rem (4 = 1rem)`: it dropped the framework unit an app author cannot act on and
gained a magnitude the author can compute with.
The leaf kept the retired vocabulary and never gained the magnitude, because bundle
merge fills gaps only — a present-but-stale leaf is not a gap. Now
「组件之间的间距,每级 0.25rem(4 = 1rem)」: `widgets` is 「组件」 as everywhere else in
this bundle, the grid framing is gone as it is upstream, and the conversion is carried
so a zh author can size `gap` without reading the English.
One leaf. `columns` is deliberately unchanged upstream, so 「栅格列数(默认 12)」 stays
accurate, and the rest of the subtree was corrected on 2026-09-03.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ
* chore(changeset): patch note for the zh-CN dashboard gap help text
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ
---------
Co-authored-by: Claude <noreply@anthropic.com>gap help text says what its source now says (#16163)1 parent a7cce55 commit 021a735
2 files changed
Lines changed: 23 additions & 1 deletion
File tree
- .changeset
- packages/platform-objects/src/apps/translations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
943 | | - | |
| 943 | + | |
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
| |||
0 commit comments