diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 026d32a1f..e937b7891 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -424,7 +424,7 @@ LANGUAGES_OFFICIAL = { 'en', 'de', 'de-informal' } LANGUAGES_INCUBATING = { - 'pt-br', 'pl', 'it', + 'pt-br', 'pl', } - set(config.get('languages', 'allow_incubating', fallback='').split(',')) LANGUAGES_RTL = { 'ar', 'hw'