From 8a5332f41557a06fc6787d71b96896280c24e235 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 29 May 2019 16:09:37 +0200 Subject: [PATCH] Promote Greek 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 d67b952a8..c871b2b0e 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -408,7 +408,7 @@ LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pt-br', 'da', 'pl', 'it', 'el' + 'pt-br', 'da', 'pl', 'it', } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) if DEBUG: