Commit graph

22 commits

Author SHA1 Message Date
Natalie
91f5b9c110 fix(i18n): declare i18next dep and add 'escort' to UserType
Two clean-checkout typecheck failures in @lilith/i18n that also propagated to
consumers (landing, provider-website):
- src/types.ts imported types from 'i18next' without declaring it — added
  i18next to peer+devDependencies (^24.2.3, already in bun.lock) so tsc
  resolves it on a fresh install.
- UserType union was missing 'escort' while 8 Record<UserType,...> literals in
  landing supply an escort entry (TS2353). Added 'escort' and the matching
  USER_TYPE_COLORS entry in hooks.ts (full Record literal that would otherwise
  go missing the key). Private workspace pkg — no publish.

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:53:02 -05:00
autocommit
f9d0a07ec8 feat(i18n): Introduce namespace utilities and route-aware translation loading for advanced internationalization support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:13:25 -07:00
autocommit
b637df2ec9 refactor(i18n): ♻️ Restructure i18n package with AI-driven translation, enhanced backend logic, and improved locale hashing utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:36:31 -07:00
autocommit
586839ba6e deps-upgrade(i18n): ⬆️ Update i18n dependencies for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:36:31 -07:00
autocommit
d15509f910 feat(i18n): Introduce dynamic i18n hooks for locale switching and enhanced internationalization support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:24:43 -07:00
autocommit
b8b73d8ba7 feat(i18n-specific): Implement i18n API surface with translation utilities, batch processing, and shared package for config, routes, and server integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:12:29 -07:00
autocommit
8f2952e7ff deps-upgrade(deps): ⬆️ Update dependencies in @features/api and @packages/i18n to latest versions for security patches and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:12:29 -07:00
autocommit
74f0a92a69 breaking(i18n): 💥 Update core i18n proxy, context, SSR, and compatibility logic with breaking changes to activeContext, compat, and SSR exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:00:50 -07:00
autocommit
a9f4b50ee8 chore(i18n): 🔧 Update TypeScript compiler options in tsconfig.json for i18n package support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:22:02 -07:00
autocommit
04cd9f45f9 feat(i18n): Introduce FABLanguageSelector component, enhance makeI18n API with prefetching, and update providers/proxy logic for improved localization support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
e458ada8df feat(i18n): Enable dynamic language switching with runtime updates in I18nProvider
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
ad836d8951 feat(i18n): Add support for new language definitions and update existing language metadata in the i18n system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
afca011a6b feat(i18n): Update public API exports with new localization utilities including translation functions, locale accessors, and I18nConfig interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
41b9988c1e feat(i18n): Add dynamic locale-based routing and server-side i18n support with locale detection for SSR
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
4a79574be0 security(i18n): 🔒️ Enforce Argon2 hashing and validate inputs to prevent hash collisions in ML backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -07:00
autocommit
54472db939 feat(i18n): Update SSR support and provider lifecycle in ssr.tsx for enhanced i18n initialization and rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:13 -07:00
autocommit
2fbdfff0d7 feat(i18n-specific): Refactor LanguageSwitcher and i18n hooks to enable dynamic language switching with improved state management and UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:13 -07:00
autocommit
2401df41b6 breaking(i18n): 💥 Update i18n config and types to enforce breaking changes in translation keys and locale handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:13 -07:00
autocommit
c32ee59bad deps-upgrade(root): ⬆️ Update dependencies in root and feature packages (i18n, edge-purge) to standardize versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:13 -07:00
autocommit
cd6fed4a9b deps-upgrade(i18n-specific): ⬆️ Update i18n package to latest version and adjust CI type-checking rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
7c34d0eb55 deps-upgrade(i18n): ⬆️ Update i18n dependencies to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
Claude Code
25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00