managarten/services/matrix-clock-bot
Till-JS c2c80efc50 feat(matrix-bots): add i18n system and direct message fallback
- Add I18nService with per-user language preferences (de/en)
- Add !language/!sprache command to all 4 bots (todo, calendar, contacts, clock)
- Add fallback behavior: messages without commands create tasks/events/contacts/timers
- Improve clock bot duration parsing to accept bare numbers as minutes (e.g. "25" = 25min)
- Add support for more duration formats: "25 minuten", "1 stunde", etc.

Language preferences stored in SessionService, default configurable via BOT_DEFAULT_LANGUAGE env var.
2026-02-02 16:07:27 +01:00
..
src feat(matrix-bots): add i18n system and direct message fallback 2026-02-02 16:07:27 +01:00
.dockerignore feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 16:27:49 +01:00
.env.example feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 16:27:49 +01:00
CLAUDE.md feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00
Dockerfile fix(bots): install wget for Docker health checks 2026-02-01 17:19:08 +01:00
nest-cli.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 16:27:49 +01:00
package.json ♻️ refactor: migrate 19 Matrix bots to shared HealthController 2026-02-01 01:17:01 +01:00
tsconfig.build.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00
tsconfig.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00