Spanish language and some housekeeping

This commit is contained in:
2025-05-12 16:38:33 +03:00
parent 1461f32a21
commit 7096302999
6 changed files with 5 additions and 8 deletions

View File

@@ -32,13 +32,11 @@ export const preferences = pgTable("preferences", {
.$type<{
enabled: boolean;
language: string;
tone: string;
units: "Imperial" | "Metric";
}>()
.$defaultFn(() => ({
enabled: true,
language: "English",
tone: "Casual",
units: "Metric",
})),
});