i18n(ui): English UI labels for weekly report and notes (report body stays German)

This commit is contained in:
mika kuns
2026-06-03 10:44:36 +02:00
parent 2d55f88a41
commit a935bf9664
8 changed files with 28 additions and 28 deletions

View File

@@ -43,7 +43,7 @@ public class WeekReportServiceTests : IDisposable
var md = await svc.GenerateAsync(Start, End);
Assert.Equal(0, claude.Calls);
Assert.Contains("Keine Aktivität", md);
Assert.Contains("No activity", md);
using var ctx = _db.CreateContext();
Assert.NotNull(await new WeekReportRepository(ctx).GetByRangeAsync(Start, End));
}