Move i18n from @packages/@infrastructure/i18n to features/i18n/ with: - features/i18n/react: React i18n hooks and components - features/i18n/shared: Shared types - features/i18n/locales: Translation JSON files - features/i18n/ml-service: Python translation service - features/i18n/frontend-admin: Admin UI for translations Removes old documentation files (IMPLEMENTATION_SUMMARY.md, MAKEI18N_README.md, TRANSLATION_REVIEW_ES.md) as part of cleanup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"name": "@lilith/i18n-shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
}
|
|
}
|