Commit 553f1bf
committed
fix(i18n): clear the accumulated drift in the generated translation bundles
Finishes what #3659 deliberately left alone. That PR regenerated only the
`*.objects.generated.ts` bundles and explicitly EXCLUDED the metadata-forms
ones, because the same run deleted keys and I had not yet checked whether it
was discarding curated translations. It was not — I checked:
capabilities.trash / capabilities.mru enable.trash/mru retired in 16.x
(#2377); the schema now REJECTS them,
with tombstone guidance in
UNKNOWN_KEY_GUIDANCE.
agent `visibility` removed 2026-07 (#1901).
Those are the only deletions in the whole diff, and all three are translations
for keys no author can write any more. Nothing live is lost.
The same sweep also picks up what the bundles never learned:
summaryOperations.{object,function,field,relationshipField,filter}
sys_invitation.{business_unit_id,positions} (ADR-0105 D8)
and fixes a third, separate problem: `sys_migration`'s labels and help text sat
committed as EMPTY STRINGS in the ja-JP and es-ES bundles. An empty string is
not an untranslated key — it renders blank, so that object had no readable
labels at all in those locales. They now carry the schema text like every other
untranslated key.
Run in merge mode, so every existing translation is preserved; the only
removals are the three dead keys above.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UYLC8TfjzHGwatNxZKdX7H1 parent 43754d7 commit 553f1bf
9 files changed
Lines changed: 180 additions & 78 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 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
| |||
428 | 422 | | |
429 | 423 | | |
430 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
431 | 445 | | |
432 | 446 | | |
433 | 447 | | |
| |||
1612 | 1626 | | |
1613 | 1627 | | |
1614 | 1628 | | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | 1629 | | |
1620 | 1630 | | |
1621 | 1631 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
667 | 675 | | |
668 | 676 | | |
669 | 677 | | |
| |||
Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
| |||
428 | 422 | | |
429 | 423 | | |
430 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
431 | 445 | | |
432 | 446 | | |
433 | 447 | | |
| |||
1612 | 1626 | | |
1613 | 1627 | | |
1614 | 1628 | | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | 1629 | | |
1620 | 1630 | | |
1621 | 1631 | | |
| |||
Lines changed: 27 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
667 | 675 | | |
668 | 676 | | |
669 | 677 | | |
| |||
3072 | 3080 | | |
3073 | 3081 | | |
3074 | 3082 | | |
3075 | | - | |
3076 | | - | |
3077 | | - | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
3078 | 3086 | | |
3079 | 3087 | | |
3080 | | - | |
3081 | | - | |
| 3088 | + | |
| 3089 | + | |
3082 | 3090 | | |
3083 | 3091 | | |
3084 | | - | |
3085 | | - | |
| 3092 | + | |
| 3093 | + | |
3086 | 3094 | | |
3087 | 3095 | | |
3088 | | - | |
3089 | | - | |
| 3096 | + | |
| 3097 | + | |
3090 | 3098 | | |
3091 | 3099 | | |
3092 | | - | |
3093 | | - | |
| 3100 | + | |
| 3101 | + | |
3094 | 3102 | | |
3095 | 3103 | | |
3096 | | - | |
3097 | | - | |
| 3104 | + | |
| 3105 | + | |
3098 | 3106 | | |
3099 | 3107 | | |
3100 | | - | |
3101 | | - | |
| 3108 | + | |
| 3109 | + | |
3102 | 3110 | | |
3103 | 3111 | | |
3104 | | - | |
3105 | | - | |
| 3112 | + | |
| 3113 | + | |
3106 | 3114 | | |
3107 | 3115 | | |
3108 | | - | |
| 3116 | + | |
3109 | 3117 | | |
3110 | 3118 | | |
3111 | | - | |
| 3119 | + | |
3112 | 3120 | | |
3113 | 3121 | | |
3114 | 3122 | | |
| |||
Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
| |||
428 | 422 | | |
429 | 423 | | |
430 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
431 | 445 | | |
432 | 446 | | |
433 | 447 | | |
| |||
1612 | 1626 | | |
1613 | 1627 | | |
1614 | 1628 | | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | 1629 | | |
1620 | 1630 | | |
1621 | 1631 | | |
| |||
Lines changed: 27 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
667 | 675 | | |
668 | 676 | | |
669 | 677 | | |
| |||
3072 | 3080 | | |
3073 | 3081 | | |
3074 | 3082 | | |
3075 | | - | |
3076 | | - | |
3077 | | - | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
3078 | 3086 | | |
3079 | 3087 | | |
3080 | | - | |
3081 | | - | |
| 3088 | + | |
| 3089 | + | |
3082 | 3090 | | |
3083 | 3091 | | |
3084 | | - | |
3085 | | - | |
| 3092 | + | |
| 3093 | + | |
3086 | 3094 | | |
3087 | 3095 | | |
3088 | | - | |
3089 | | - | |
| 3096 | + | |
| 3097 | + | |
3090 | 3098 | | |
3091 | 3099 | | |
3092 | | - | |
3093 | | - | |
| 3100 | + | |
| 3101 | + | |
3094 | 3102 | | |
3095 | 3103 | | |
3096 | | - | |
3097 | | - | |
| 3104 | + | |
| 3105 | + | |
3098 | 3106 | | |
3099 | 3107 | | |
3100 | | - | |
3101 | | - | |
| 3108 | + | |
| 3109 | + | |
3102 | 3110 | | |
3103 | 3111 | | |
3104 | | - | |
3105 | | - | |
| 3112 | + | |
| 3113 | + | |
3106 | 3114 | | |
3107 | 3115 | | |
3108 | | - | |
| 3116 | + | |
3109 | 3117 | | |
3110 | 3118 | | |
3111 | | - | |
| 3119 | + | |
3112 | 3120 | | |
3113 | 3121 | | |
3114 | 3122 | | |
| |||
0 commit comments