feat: localization service and frontend integration

- Add localization-service microservice (locale resolution, translations)
- Add frontend API routes /api/locale and /api/translations/[locale]
- Add LocalizationProvider and localization context
- Integrate localization into layout, EmptyChat, MessageInput components
- Update MICROSERVICES.md architecture docs
- Add localization-service to workspaces

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
home
2026-02-20 21:45:44 +03:00
parent 4269c8d99b
commit f4d945a2b5
21 changed files with 878 additions and 107 deletions

View File

@@ -16,7 +16,8 @@
"docker:build": "docker build -f docker/Dockerfile -t gooseek:latest .",
"docker:up": "docker compose -f docker/docker-compose.yaml up -d",
"docker:down": "docker compose -f docker/docker-compose.yaml down",
"dev:geo": "npm run dev -w geo-device-service"
"dev:geo": "npm run dev -w geo-device-service",
"dev:locale": "npm run dev -w localization-service"
},
"devDependencies": {
"prettier": "^3.2.5"