mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 01:41:26 +02:00
Add internationalization (DE + EN) to previously missing apps:
- todo: task management translations
- skilltree: skill/XP system translations
- nutriphi: nutrition tracking translations
- planta: plant care translations
- questions: research app translations
- matrix: chat client translations (layout integration)
Each app includes:
- svelte-i18n setup with SSR support
- localStorage persistence ({app}_locale pattern)
- i18n loading state in +layout.svelte
- German (default) and English translations
Updated CONSISTENCY_REPORT.md to mark i18n task as complete.
Also includes:
- mana-tts service placeholder files
22 lines
356 B
Text
22 lines
356 B
Text
# Web Framework
|
|
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.34.0
|
|
python-multipart>=0.0.20
|
|
|
|
# TTS Models (MLX optimized for Apple Silicon)
|
|
f5-tts-mlx>=0.2.6
|
|
mlx-audio>=0.1.0
|
|
mlx>=0.21.0
|
|
|
|
# Kokoro dependencies (phonemizer)
|
|
misaki[en]>=0.9.0
|
|
|
|
# Audio Processing
|
|
soundfile>=0.13.0
|
|
scipy>=1.11.0
|
|
numpy>=1.26.0
|
|
pydub>=0.25.1
|
|
tqdm>=4.67.0
|
|
|
|
# Utilities
|
|
aiofiles>=24.1.0
|