Skip to content

Commit e61b05b

Browse files
committed
chore(changeset): declare the object-translation bundle update (#3624 follow-up)
The regenerated bundles ship inside @objectstack/platform-objects, so the change is consumer-visible and takes a real patch changeset rather than an empty one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UYLC8TfjzHGwatNxZKdX7H
1 parent a4c2ed4 commit e61b05b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@objectstack/platform-objects": patch
3+
---
4+
5+
fix(i18n): ship the missing object-translation keys for the better-auth 1.7 and ADR-0105 D6 fields (#3624 follow-up)
6+
7+
The generated object-translation bundles predate two rounds of field additions,
8+
so six fields had no entry in **any** locale and fell back to their raw schema
9+
labels in every UI surface that reads the bundle:
10+
11+
- `sys_team.member_count`, `sys_team_member.membership_key`,
12+
`sys_two_factor.failed_verification_count` / `locked_until` — the better-auth
13+
1.7 columns provisioned in #3647.
14+
- `sys_organization.parent_organization_id` / `sort_order` — the same gap left
15+
by the earlier ADR-0105 D6 group-structure work.
16+
17+
Regenerated with `os i18n extract` (merge mode, so every existing translation is
18+
preserved — the diff is purely additive). No API or schema change; the fields
19+
themselves already shipped.

0 commit comments

Comments
 (0)