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
Copy file name to clipboardExpand all lines: ROADMAP.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1436,6 +1436,41 @@ All 313 `@object-ui/fields` tests pass.
1436
1436
1437
1437
---
1438
1438
1439
+
## 📦 Detail Page & Related List i18n (P1.15)
1440
+
1441
+
> **Goal:** Salesforce-style detail page enhancements: i18n for all detail page UI elements, improved empty value display, related list actions, and auto-discovery of related lists.
1442
+
1443
+
**i18n Integration:**
1444
+
-[x] Add `detail.*` translation keys to all 11 locale files (en, zh, ja, de, fr, es, ar, ru, pt, ko)
1445
+
-[x]`useDetailTranslation` safe wrapper hook with English fallback (follows existing useGridTranslation/useListViewTranslation pattern)
1446
+
-[x] DetailView fully i18n-integrated (Back, Edit, Share, Delete, Duplicate, Export, View history, Record not found, Related heading, favorites, navigation)
1447
+
-[x] DetailSection copy tooltip i18n via `useSectionTranslation`
0 commit comments