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
refactor(i18n): migrate pages to hierarchical namespace
Refactor all page components to use hierarchical translation
namespaces instead of flat structure. This improves code
maintainability and follows the i18n architecture rules.
- List pages: useTranslations('pages.{type}')
- Detail pages: useTranslations('pages.{type}Detail')
- Client components: useTranslations('pages.{type}')
- Image generators: useTranslations('pages.{type}')
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments