add Néerlandais language option and make language_autre conditionally required

This commit is contained in:
Pontoporeia
2026-05-08 10:55:08 +02:00
parent f3d9615562
commit 15d54fa19e
4 changed files with 41 additions and 2 deletions

View File

@@ -90,7 +90,8 @@ CREATE TABLE IF NOT EXISTS languages (
INSERT OR IGNORE INTO languages (name) VALUES
('Français'),
('Anglais');
('Anglais'),
('Néerlandais');
-- Format types (can select multiple)
CREATE TABLE IF NOT EXISTS format_types (