From b7dea16db33a3b0fb6bb5dc85c1c56bb9f079f63 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 19 Sep 2019 10:13:34 +0200 Subject: [PATCH] Promote danish to an inofficial language --- src/pretix/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/settings.py b/src/pretix/settings.py index bf0064b6af..0a36d806fc 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -413,7 +413,7 @@ LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pt-br', 'da', 'pl', 'it', + 'pt-br', 'pl', 'it', } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) if DEBUG: