add multi lang
This commit is contained in:
2026-07-11 20:03:15 +02:00
parent f0813894a8
commit ae3b435b51
116 changed files with 1543 additions and 484 deletions

View File

@@ -5,6 +5,7 @@ CREATE TABLE IF NOT EXISTS users (
name TEXT NOT NULL,
avatar_emoji TEXT NOT NULL DEFAULT '🙂',
email_notifications INTEGER NOT NULL DEFAULT 1,
language TEXT NOT NULL DEFAULT 'pl',
created_at TEXT NOT NULL DEFAULT (datetime('now'))
);