mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
- Create new @lifeforge/localization package with client-i18n-config, I18nInitProvider, and useModuleTranslation hook - Rename ModuleHeaderStateProvider -> ModuleMetadataProvider and move to @lifeforge/federation - Move I18nInitProvider from apps/web to @lifeforge/localization with configurable init/fallbacks - Add module name to ModuleMetadataProvider context for scoped translations - Wire up @lifeforge/localization and @lifeforge/federation as dependencies in @lifeforge/ui - Update ModuleHeader to use useModuleTranslation for scoped i18n namespaces - Register @lifeforge/localization in shared-packages config - Update docs vite config with federation plugin