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(i18n): replace hardcoded English with i18n in platform UI components
- App.tsx: Use t() for modal dialog title, description, submit/cancel text
- SelectField: Use safe i18n hook for "Select an option" placeholder
- LookupField: Use safe i18n hook for "Select...", "Search..." placeholders
- FieldFactory: Use safe i18n hook for select option placeholder
- form.tsx renderer: Use safe i18n hook for select placeholder
- Add useFieldTranslation safe hook with English fallbacks
- Add @object-ui/i18n dependency to fields and components packages
- Add test coverage for new i18n keys (en/zh)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/1e02cef1-b595-4316-86d4-24d7df245f95
0 commit comments