Commit f54d139
committed
fix(platform-objects): the es-ES and ja-JP dashboard
`metadataForms.dashboard.fields.gap.helpText` read `Separación de cuadrícula (unidades
Tailwind)` in es-ES and 「グリッド間隔(Tailwind 単位)」 in ja-JP — faithful translations of
`Grid gap (Tailwind units)`, a source sentence that no longer exists. The source now reads
`Space between widgets, in steps of 0.25rem (4 = 1rem)`: it drops the CSS framework unit an
app author never chose, and adds the magnitude the author needs to size a dashboard.
Bundle merge fills gaps only, so a present-but-stale leaf is never corrected by
re-extraction. Both leaves are rewritten by hand against the current English.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJgap help text says what its source now says1 parent 4e090ec commit f54d139
3 files changed
Lines changed: 27 additions & 2 deletions
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 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
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 | | |
| |||
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