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
feat: add i18n support to detail view, section, and related list components
- Add detail.* translation keys to en.ts and zh.ts locale files
- Add useDetailTranslation() hook following existing grid/list patterns
- Replace all hardcoded strings in DetailView with t() calls
- Replace all hardcoded strings in RelatedList with t() calls
- Add useSectionTranslation() for DetailSection copy tooltips
- Improve empty value display: replace plain '-' with styled em-dash
- Add 'detail' to BUILTIN_KEYS in useObjectLabel.ts
- Add onNew/onViewAll props and buttons to RelatedList
- Update tests to expect new empty value styling
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments