mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
add Néerlandais language option and make language_autre conditionally required
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user