feat(i18n): persist Bokmal preference globally

This commit is contained in:
cesnimda
2026-08-28 12:44:02 +02:00
parent b6dcc7c760
commit 5805c1a621
21 changed files with 359 additions and 66 deletions
@@ -481,6 +481,10 @@ namespace JobTrackerApi.Migrations
b.Property<string>("StripeSubscriptionStatus")
.HasColumnType("TEXT");
b.Property<string>("UiLanguage")
.HasMaxLength(16)
.HasColumnType("TEXT");
b.Property<DateTimeOffset?>("TotpEnabledAtUtc")
.HasColumnType("TEXT");