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