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
fix: add i18n support for detail page field labels, related list headers, and highlight fields
- Add missing i18n keys (activity, editRow, deleteRow, etc.) to en.ts and zh.ts
- Use useSafeFieldLabel in DetailSection for field label internationalization
- Use useSafeFieldLabel in RelatedList for auto-generated column headers
- Use useSafeFieldLabel in HeaderHighlight for highlight field labels
- Thread objectName prop from DetailView through SectionGroup, DetailSection, HeaderHighlight, RelatedList
- Fix RelatedList sortable headers to use effectiveColumns instead of raw columns
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments